summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Fonts
AgeCommit message (Collapse)AuthorFilesLines
2020-08-21Add paint application.JF2-16/+25
2020-08-14Refactor ScreenList to make it more generic : it can now contain any Screen ↵JF2-20/+60
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.JF1-1/+9
2020-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ↵JF6-9074/+220
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 ↵JF1-5/+5
it as the default font.
2020-02-10Integration of lvgl : continued...JF2-0/+1101
2020-01-18Encapsulate the drawing of the screen into Screens classes.JF4-0/+8992