waveshare-epd/waveshare-clock/README.md
2024-09-12 23:37:26 -07:00

21 lines
847 B
Markdown

## 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](https://www.raspberrypi.com/products/raspberry-pi-zero-w/)
- [waveshare 2.13 v3](https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT)
- 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`