waveshare-epd/waveshare-clock
2024-09-12 23:37:26 -07:00
..
old add existing files 2024-09-12 23:34:25 -07:00
clock.py add existing files 2024-09-12 23:34:25 -07:00
epd2in13_V3.py add existing files 2024-09-12 23:34:25 -07:00
epdconfig.py add existing files 2024-09-12 23:34:25 -07:00
LICENSE add existing files 2024-09-12 23:34:25 -07:00
motd.json add existing files 2024-09-12 23:34:25 -07:00
README.md old 2024-09-12 23:37:26 -07:00
readme.md add existing files 2024-09-12 23:34:25 -07:00
trebuc.ttf add existing files 2024-09-12 23:34:25 -07:00
trebucbold.ttf add existing files 2024-09-12 23:34:25 -07:00
trebucit.ttf add existing files 2024-09-12 23:34:25 -07:00

before you start following anything on this readme.md, this is out of date, i have deleted that github account, in replacement for this service. you may still find this readup helpful

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