summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Clock.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ↵JF1-5/+9
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-07-03Remove custom styles in Screens and define default style and "Big style" in ↵JF1-7/+0
LittleVgl during the initialization of LVGL.
2020-03-14Display battery level and BLE connection status using icon on Clock screen.JF1-0/+3
2020-03-02Fix date/time conversion from CTS to internal date/time representation.JF1-1/+1
2020-02-23Re-enable BLE, BLE status on display and battery level on display.JF1-10/+14
2020-02-23Do not compile GFX and older fonts anymore.JF1-5/+6
Refactor SystemTask in its own class. Refactor Screen to be able to close current screen and open a new one. Re-enable sleep/wake up and propagate button event to Screens.
2020-02-16Add touch panel port to lvgl.JF1-2/+9
PoC of user interaction with 3 screen (clock, menu and app).
2020-02-10Integration of lvgl : continued...JF1-2/+13
2020-01-18Encapsulate the drawing of the screen into Screens classes.JF1-0/+65