| Age | Commit message (Collapse) | Author |
|
Fix music app
|
|
- Enable LVGL animation (and disable groups, which were not used), and set the speed.
- Fix disc animation and progress display by initializing lastIncrement at 0 (a random value will be used otherwise, in release build)
|
|
battery nonblocking read
|
|
new navigation
add some color to the apps
redesign menus
new settings menu
new quick settings
code clean up
size reduction by converting navigation images to font
and more...
|
|
|
|
saves ~60KB of flash!
|
|
|
|
Disable debug mode of lvgl.
|
|
Refactor SystemTask in its own class.
Refactor Screen to be able to close current screen and open a new one.
Re-enable sleep/wake up and propagate button event to Screens.
|
|
PoC of user interaction with 3 screen (clock, menu and app).
|
|
|
|
|