aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/Tile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simplify Tile to improve refresh speed (it's not a tile anymore...).JF2020-03-011-15/+18
| | | | Disable debug mode of lvgl.
* Add new Screens (gauge, meter,...)JF2020-02-261-1/+20
|
* Re-enable BLE, BLE status on display and battery level on display.JF2020-02-231-14/+24
|
* Do not compile GFX and older fonts anymore.JF2020-02-231-12/+27
| | | | | | 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.
* Re-enable BLE display on Clock screenJF2020-02-201-3/+1
|
* Add touch panel port to lvgl.JF2020-02-161-0/+118
PoC of user interaction with 3 screen (clock, menu and app).