summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/ScreenList.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ↵JF1-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.
2020-06-08Display BLE MAC address in sysinfo Screen.JF1-5/+13
2020-06-07Add build date and time in sysinfo screen.JF1-5/+7
2020-06-07Add uptime counter in DateTimeController and display it in SystemInfo screen.JF1-1/+14
2020-03-22Fix bad memory alloaction in sysinfo screen.JF1-14/+4
2020-03-22Add new App : Sysinfo. It displays various info about the running system : ↵JF1-0/+125
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).