summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Clock.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF1-3/+2
2020-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ↵JF1-12/+61
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-11/+2
LittleVgl during the initialization of LVGL.
2020-03-22Add new App : Sysinfo. It displays various info about the running system : ↵JF1-17/+0
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.JF1-23/+37
2020-03-09Add support for gestures and integrate it with the vertical scrolling ↵JF1-1/+2
transition.
2020-03-02Move version display from Clock screen to the modal window (accessible from ↵JF1-12/+1
tile menu)
2020-03-01Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ↵JF1-2/+2
it as the default font.
2020-02-23Re-enable BLE, BLE status on display and battery level on display.JF1-11/+13
2020-02-23Do not compile GFX and older fonts anymore.JF1-3/+9
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 screenJF1-4/+6
2020-02-16Add touch panel port to lvgl.JF1-7/+50
PoC of user interaction with 3 screen (clock, menu and app).
2020-02-10Integration of lvgl : continued...JF1-31/+46
2020-01-22[WIP] Use IRQ in SPI driver to improve performancesJF1-4/+4
2020-01-18Encapsulate the drawing of the screen into Screens classes.JF1-0/+133