My own dashboard implemented for Waveshare 7.5" BTW e-paper display
- Main loop scheduled to run every minute at the 0 seconds mark (adjusted -10 seconds if using e-paper display with slow update so the on-screen information is not delayed)
- Rendering
- Rendering to Tkinker window canvas for debugging purposes
- EBD library working with Waveshare 7.5" BTW V1
- UI Parts
- Fullscreen text message
- Fullscreen text message with icon (loaded from file)
- Dashboards (somewhat self-sufficient ViewModels handling what to draw into UI Parts)
- Fulscreen clock
- Rotating photo frame mode (put images to folder, they'll be resized and shown on the display with clock)
- Cycling of various Dashboards
- Widgetized dashboards (splitting into smaller ViewModels)
- Various data sources for ViewModels (will need some multithreading work)
- More UI parts