https://github.com/dotzero/raspberrypi-eink-calendar
Кибер настольный календарь
https://github.com/dotzero/raspberrypi-eink-calendar
Last synced: 6 months ago
JSON representation
Кибер настольный календарь
- Host: GitHub
- URL: https://github.com/dotzero/raspberrypi-eink-calendar
- Owner: dotzero
- License: mit
- Created: 2020-04-01T19:37:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T03:38:38.000Z (about 3 years ago)
- Last Synced: 2025-02-13T07:44:12.980Z (12 months ago)
- Language: Python
- Homepage: https://dotzero.blog/raspberry-pi-eink/
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RaspberryPi EInk Calendar

* https://dotzero.blog/raspberry-pi-eink/
* https://www.raspberrypi.org/products/raspberry-pi-zero-w/
* https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT
## Подготовка
```bash
sudo raspi-config
# Choose Interfacing Options -> SPI -> Yes to enable SPI interface
```
## Установка
```
sudo apt-get update
sudo apt-get install python3-pip python3-pil python3-numpy fonts-hack-ttf
git clone https://github.com/dotzero/RaspberryPi-EInk-Calendar.git
cd RaspberryPi-EInk-Calendar
sudo pip3 install -r requirements.txt
```
## Настройка доступов
```
cp settings_example.py settings.py
nano settings.py
```
## Настройка автоматического запуска
```bash
sudo cp pi-calendar.service /lib/systemd/system/pi-calendar.service
sudo chmod 644 /lib/systemd/system/pi-calendar.service
sudo systemctl daemon-reload
sudo systemctl enable pi-calendar.service
sudo reboot
```
## Лицензия
Проект доступен на условиях лицензии MIT: http://www.opensource.org/licenses/mit-license.php