summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Screen.h
AgeCommit message (Collapse)Author
2020-10-02Renamed DisplayApp/ to displayapp/Avamander
2020-08-21Add paint application.JF
2020-03-15Add the possibility to the screen to handle a touch gesture.JF
A default action is taken if the current screen doesn't handle it.
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-16Add touch panel port to lvgl.JF
PoC of user interaction with 3 screen (clock, menu and app).
2020-01-18Encapsulate the drawing of the screen into Screens classes.JF