summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Fonts
AgeCommit message (Collapse)Author
2020-10-02Renamed DisplayApp/ to displayapp/Avamander
2020-08-21Add paint application.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.
2020-07-04Add doc : how to add new symbols.JF
2020-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ↵JF
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.
2020-03-01Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ↵JF
it as the default font.
2020-02-10Integration of lvgl : continued...JF
2020-01-18Encapsulate the drawing of the screen into Screens classes.JF