I made a thing - An e-paper literature clock. The display updates itself once per minute with a quote from a book that contains the current time, see photo for an example.
I hasten to add that this isn't my original idea, many similar projects can be found linked on the Github page.
Anyhoo, if you're interested in building your own, all the information, along with my code (Python) is available on my GitHub presence :
https://github.com/alexdyas/literature-clock-epaper
I've built many other projects, but this is the first time I'm publishing the complete code and documentation publicly, so it's a bit of an experiment. I hope to do so with other projects in the future, and maybe retrospectively with some previous projects.
(Constructive) feedback most welcome :-)
It is based on a raspberry Pi and a Waveshare 3.5" e-paper hat.
I may try an ESP32 version in the future, the Pi is really overkill for such a small project.
Enjoy!