aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/Clock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add new App : Sysinfo. It displays various info about the running system : ↵JF2020-03-221-17/+0
| | | | version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
* Display battery level and BLE connection status using icon on Clock screen.JF2020-03-141-23/+37
|
* Add support for gestures and integrate it with the vertical scrolling ↵JF2020-03-091-1/+2
| | | | transition.
* Move version display from Clock screen to the modal window (accessible from ↵JF2020-03-021-12/+1
| | | | tile menu)
* Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ↵JF2020-03-011-2/+2
| | | | it as the default font.
* Re-enable BLE, BLE status on display and battery level on display.JF2020-02-231-11/+13
|
* Do not compile GFX and older fonts anymore.JF2020-02-231-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.
* Re-enable BLE display on Clock screenJF2020-02-201-4/+6
|
* Add touch panel port to lvgl.JF2020-02-161-7/+50
| | | | PoC of user interaction with 3 screen (clock, menu and app).
* Integration of lvgl : continued...JF2020-02-101-31/+46
|
* [WIP] Use IRQ in SPI driver to improve performancesJF2020-01-221-4/+4
|
* Encapsulate the drawing of the screen into Screens classes.JF2020-01-181-0/+133