aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/Tile.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed DisplayApp/ to displayapp/Avamander2020-10-021-39/+0
|
* Refactor ScreenList to make it more generic : it can now contain any Screen ↵JF2020-08-141-31/+10
| | | | | | | | type. Integrate this new ScreenList in SystemInfo. Add ApplicationList, which is a ScreenList of Tile. This allows to display a menu of more than 6 applications.
* Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ↵JF2020-07-041-5/+0
| | | | | | | | | | icons are smaller in memory and quicker to draw. BLE and battery icon replaced in Clock screen. Added heartbeat and step icons in Clock screen. Replace all labels in Menu by icons. Add doc to generate new font.
* Add new App : Sysinfo. It displays various info about the running system : ↵JF2020-03-221-1/+1
| | | | version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
* Encapsulate brightness controll into the class BrightnessController.JF2020-03-151-0/+1
| | | | Add a new app to configure the brightness.
* Add new Screens (gauge, meter,...)JF2020-02-261-0/+5
|
* Re-enable BLE, BLE status on display and battery level on display.JF2020-02-231-3/+4
|
* Do not compile GFX and older fonts anymore.JF2020-02-231-7/+9
| | | | | | 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-0/+56
PoC of user interaction with 3 screen (clock, menu and app).