summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Tile.cpp
AgeCommit message (Collapse)Author
2020-03-01Fix Model that would crash when closing it.JF
2020-03-01Simplify Tile to improve refresh speed (it's not a tile anymore...).JF
Disable debug mode of lvgl.
2020-02-26Add new Screens (gauge, meter,...)JF
2020-02-23Re-enable BLE, BLE status on display and battery level on display.JF
2020-02-23Do not compile GFX and older fonts anymore.JF
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.
2020-02-20Re-enable BLE display on Clock screenJF
2020-02-16Add touch panel port to lvgl.JF
PoC of user interaction with 3 screen (clock, menu and app).