Blog

random ramblings and interesting stuff

Slow Movie E-Ink Frame project

I recently took some time to update this project to add a web management interface and while doing so I migrated all the data to a local SQLite database to make everything easier to manage.

Major changes that were made:

  • ✅ Replaced VideoSettings with SQLite as the single source of truth

  • ✅ All timing and frame data now pulled live from the database

  • ✅ Playback state (current_frame) is updated after each frame

  • ✅ Supports real-time updates from the web interface without restarting

You can take a look at the epaper-movie-frame on GitHub if you’re interested in building your own

Ryan Lane