| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Beware under-testing and bugs. Just getting something barebones in so
that I can do rN+1 bringup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Includes implementing song duration calculation for CBR MP3 files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It actually works and clicks now!
Still a bit rough though. Need to dive into lvgl internals to work out
what it's doing with enc_diff
|
|
|
|
Includes stripping out the IC-specific I2S stuff, and doing more manual
volume control using pots
|
|
|
|
|
|
|
|
Includes a bunch of misc display fixes. Most significantly, our lvgl
tickers was busted.
|
|
|
|
|
|
|
|
|
|
Includes making the display driver use a worker task for flushes, so
that our double buffering actually does something useful /facepalm
|
|
|
|
|
|
|