-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently we flush the entire screen to black, and then redraw each screen element, for every frame. This is a waste since very few things change per frame.
Consider changing to a widget style, which is already available in uGFX, which can store teh state of the widgets and only update the parts of the widget that changed.
- Don't clear to black
- Widgets need to clear their now blank pixels
- Widgets need to store their state.
Metadata
Metadata
Assignees
Labels
No labels