https://github.com/gmemstr/epaper-dashboard
https://github.com/gmemstr/epaper-dashboard
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmemstr/epaper-dashboard
- Owner: gmemstr
- License: mit
- Created: 2021-02-10T20:52:45.000Z (almost 5 years ago)
- Default Branch: trunk
- Last Pushed: 2021-02-19T12:51:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T13:41:33.742Z (12 months ago)
- Language: Python
- Size: 2.32 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
E-Ink Dashboard
===
Experimental dashboard for the [Waveshare 2in13_V2](https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT)
e-ink/e-paper display.
Requires `PIL` and `spidev`
This application is two parts; a client (with a fallback) and a server, which
the client will reach out to expecting an image to display. Dependencies are
kept to a minimum where possible, so running should be as simple as installing
the mentioned libraries then running
`python client/main.py http:///generate_clock` on the Pi
Zero and `python server/main.py` on your desktop.
[Read more about it](https://dev.to/gmemstr/tiny-eink-dashboard-29a4)