aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/ScreenList.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ScreenList to make it more generic : it can now contain any Screen ↵JF2020-08-141-139/+0
| | | | | | | | 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-0/+1
| | | | | | | | | | 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.
* Display BLE MAC address in sysinfo Screen.JF2020-06-081-5/+13
|
* Add build date and time in sysinfo screen.JF2020-06-071-5/+7
|
* Add uptime counter in DateTimeController and display it in SystemInfo screen.JF2020-06-071-1/+14
|
* Fix bad memory alloaction in sysinfo screen.JF2020-03-221-14/+4
|
* Add new App : Sysinfo. It displays various info about the running system : ↵JF2020-03-221-0/+125
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).