aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/ApplicationList.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed DisplayApp/ to displayapp/Avamander2020-10-021-82/+0
|
* Add paint application.JF2020-08-211-1/+1
|
* Re-order apps in application menu on 2 pages.JF2020-08-141-13/+15
| | | | Add firmware validation app.
* Refactor ScreenList to make it more generic : it can now contain any Screen ↵JF2020-08-141-0/+80
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.