summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Symbols.h
AgeCommit message (Collapse)AuthorFilesLines
2020-08-14Refactor ScreenList to make it more generic : it can now contain any Screen ↵JF1-0/+4
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-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ↵JF1-0/+24
icons are smaller in memory and quicker to draw. BLE and battery icon replaced in Clock screen. Added heartbeat and step icons in Clock screen. Replace all labels in Menu by icons. Add doc to generate new font.