summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/ScreenList.h
AgeCommit message (Collapse)AuthorFilesLines
2020-10-02Renamed DisplayApp/ to displayapp/Avamander1-66/+0
2020-08-14Refactor ScreenList to make it more generic : it can now contain any Screen ↵JF1-23/+47
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.
2020-06-08Display BLE MAC address in sysinfo Screen.JF1-2/+6
2020-03-22Fix bad memory alloaction in sysinfo screen.JF1-0/+4
2020-03-22Add new App : Sysinfo. It displays various info about the running system : ↵JF1-0/+34
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).