Last year I saw this video on Youtube that featured a 7-Color E-Paper display from Waveshare. I immediately thought it was cool and after seen the Slowmovie project by Mike Szczys I had to make my own.
As far as I know, nobody has made something like this with a color E-Paper display so even if it isn't a new concept, it brings a new twist to the game.
The plan is to make a standalone battery-powered device in a nice 3D printed case. It has to be as low power as possible since I want the batteries to last at least a couple of months. E-Paper displays ara ideal for this task because they draw power only when the image is changing.
Logs:
Display Testing (Measuring the display power consumption)
Display Test Fixture (Making a text fixture to hold the display and the STM32 Discovery board)
JPEG Decoding (Decoding jpegs on the STM32)
Schematic and Power Consumption (RevA PCB schematic and battery life estimation)
PCB and 3D Printed Enclosure (3D Printed enclosure prototype)
Folder Structure and Video Conversion (SD folder structure and how to extract jpegs from mp4)
RevA PCB (troubleshooting) (PCB Inspection, first power-up, programming the micro)
If this is the same display as the Pimoroni Inky Impression (https://shop.pimoroni.com/products/inky-impression), then the controller is the UC8159. The datasheet can be found on Google.
What's really interesting is that the controller can probably display more than seven colours with some clever firmware tricks. Have a look at this work by Dmitry, who managed to double the colours on the more common red/white/black display.
https://twitter.com/dmitrygr/status/1380019278661881857