An open API service indexing awesome lists of open source software.

https://github.com/dotzero/raspberrypi-eink-calendar

Кибер настольный календарь
https://github.com/dotzero/raspberrypi-eink-calendar

Last synced: 6 months ago
JSON representation

Кибер настольный календарь

Awesome Lists containing this project

README

          

# RaspberryPi EInk Calendar

![RaspberryPi EInk Calendar](preview.jpg)

* 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