aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/Clock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed DisplayApp/ to displayapp/Avamander2020-10-021-227/+0
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-171-3/+2
* Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ...JF2020-07-041-12/+61
* Remove custom styles in Screens and define default style and "Big style" in L...JF2020-07-031-11/+2
* Add new App : Sysinfo. It displays various info about the running system : ve...JF2020-03-221-17/+0
* 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 transit...JF2020-03-091-1/+2
* Move version display from Clock screen to the modal window (accessible from t...JF2020-03-021-12/+1
* Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ...JF2020-03-011-2/+2
* 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
* Re-enable BLE display on Clock screenJF2020-02-201-4/+6
* Add touch panel port to lvgl.JF2020-02-161-7/+50
* 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