summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/SystemInfo.cpp
AgeCommit message (Collapse)Author
2020-10-02Renamed DisplayApp/ to displayapp/Avamander
2020-08-22Fix bad formatting in SystemInfo.JF
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF
2020-08-14Screens::Label is now a subclass of Screen.JF
2020-08-14Refactor ScreenList to make it more generic : it can now contain any Screen ↵JF
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.