aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/Modal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed DisplayApp/ to displayapp/Avamander2020-10-021-81/+0
|
* Encapsulate Notification management in NotificationManager. It implement a ↵JF2020-03-281-39/+2
| | | | static array of notifications to avoid dynamic allocation.
* Add support for BLE notification (ANS client).JF2020-03-251-0/+37
| | | | Work In Progress!!!
* Move version display from Clock screen to the modal window (accessible from ↵JF2020-03-021-2/+5
| | | | tile menu)
* Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ↵JF2020-03-011-1/+1
| | | | it as the default font.
* Fix Model that would crash when closing it.JF2020-03-011-10/+11
|
* Simplify Tile to improve refresh speed (it's not a tile anymore...).JF2020-03-011-6/+6
| | | | Disable debug mode of lvgl.
* Add new Screens (gauge, meter,...)JF2020-02-261-0/+77