summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/ApplicationList.h
AgeCommit message (Collapse)AuthorFilesLines
2020-10-02Renamed DisplayApp/ to displayapp/Avamander1-32/+0
2020-08-14Re-order apps in application menu on 2 pages.JF1-1/+1
Add firmware validation app.
2020-08-14Refactor ScreenList to make it more generic : it can now contain any Screen ↵JF1-0/+32
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.