aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/Screen.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed DisplayApp/ to displayapp/Avamander2020-10-021-30/+0
|
* Add paint application.JF2020-08-211-0/+3
|
* Add the possibility to the screen to handle a touch gesture.JF2020-03-151-0/+4
| | | | A default action is taken if the current screen doesn't handle it.
* Re-enable BLE, BLE status on display and battery level on display.JF2020-02-231-5/+1
|
* Do not compile GFX and older fonts anymore.JF2020-02-231-6/+8
| | | | | | 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.
* Add touch panel port to lvgl.JF2020-02-161-1/+8
| | | | PoC of user interaction with 3 screen (clock, menu and app).
* Encapsulate the drawing of the screen into Screens classes.JF2020-01-181-0/+18