.. | ||
old | ||
clock.py | ||
epd2in13_V3.py | ||
epdconfig.py | ||
LICENSE | ||
motd.json | ||
README.md | ||
readme.md | ||
trebuc.ttf | ||
trebucbold.ttf | ||
trebucit.ttf |
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:
- raspberry pi 0 w
- waveshare 2.13 v3
- python3
- some python knowledge
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