summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Clock.cpp
AgeCommit message (Collapse)Author
2020-03-22Add new App : Sysinfo. It displays various info about the running system : ↵JF
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
2020-03-14Display battery level and BLE connection status using icon on Clock screen.JF
2020-03-09Add support for gestures and integrate it with the vertical scrolling ↵JF
transition.
2020-03-02Move version display from Clock screen to the modal window (accessible from ↵JF
tile menu)
2020-03-01Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ↵JF
it as the default font.
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
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-20Re-enable BLE display on Clock screenJF
2020-02-16Add touch panel port to lvgl.JF
PoC of user interaction with 3 screen (clock, menu and app).
2020-02-10Integration of lvgl : continued...JF
2020-01-22[WIP] Use IRQ in SPI driver to improve performancesJF
2020-01-18Encapsulate the drawing of the screen into Screens classes.JF