waveshare-epd/waveshare-clock/README.md
2024-09-12 23:34:25 -07:00

659 B

waveshare-clock

just a simple digital clock that shows the current system time and date on a waveshare 2.13 (v3) display.

requirements:

to clone and run,

git clone https://github.com/theusermc/waveshare-clock.git
cd waveshare-clock
python3 clock.py

i've also included the epd2in13_V3 and epdconfig libraries and a couple of fonts to make life more simple.

you also might want to install Pillow if you haven't already: pip install Pillow