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