summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Clock.h
AgeCommit message (Expand)Author
2020-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ...JF
2020-07-03Remove custom styles in Screens and define default style and "Big style" in L...JF
2020-03-14Display battery level and BLE connection status using icon on Clock screen.JF
2020-03-02Fix date/time conversion from CTS to internal date/time representation.JF
2020-02-23Re-enable BLE, BLE status on display and battery level on display.JF
2020-02-23Do not compile GFX and older fonts anymore.JF
2020-02-16Add touch panel port to lvgl.JF
2020-02-10Integration of lvgl : continued...JF
2020-01-18Encapsulate the drawing of the screen into Screens classes.JF