| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- No more IndexRecord/Result/dbGetPage nonsense
- Queue is just track ids
- i am so tired and have so much to do
|
|
|
|
|
|
|
|
|
|
Working with the default group and root kinda sucks if you have to do it
from lua!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The top bar now updates properly when starting playback, and the
upcoming list items no longer marquee.
|
|
This solves our "audio stutters while scrolling" problem better! Turns
out the real root cause was the polling SPI driver blocking a whole CPU
during playback.
|
|
|
|
Also other misc task cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|