| Age | Commit message (Collapse) | Author |
|
|
|
- Blank the display when locking to prevent burn-in
- Delay turning the display on until *exactly* after the first lvgl flush
- Init the display in the ui task to avoid blocking the rest of boot
|
|
It works okay now :)
|
|
|
|
We weren't actually making use of the double buffering, and it's a pain
to implement properly.
|
|
|
|
Also other misc task cleanup
|
|
|
|
|
|
|
|
|
|
Also fix mono playback
|
|
|
|
|
|
|
|
|
|
Includes making the display driver use a worker task for flushes, so
that our double buffering actually does something useful /facepalm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|