aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/SystemInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed DisplayApp/ to displayapp/Avamander2020-10-021-116/+0
|
* Fix bad formatting in SystemInfo.JF2020-08-221-4/+5
|
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-171-3/+4
|
* Screens::Label is now a subclass of Screen.JF2020-08-141-3/+3
|
* Refactor ScreenList to make it more generic : it can now contain any Screen ↵JF2020-08-141-0/+114
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.