InfiniTime/src/DisplayApp/Screens
2020-08-14 20:47:21 +02:00
..
ApplicationList.cpp Re-order apps in application menu on 2 pages. 2020-08-14 20:47:21 +02:00
ApplicationList.h Re-order apps in application menu on 2 pages. 2020-08-14 20:47:21 +02:00
BatteryIcon.cpp Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
BatteryIcon.h Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
BleIcon.cpp Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
BleIcon.h Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
Brightness.cpp Add the possibility to the screen to handle a touch gesture. 2020-03-15 21:01:24 +01:00
Brightness.h Add the possibility to the screen to handle a touch gesture. 2020-03-15 21:01:24 +01:00
Clock.cpp Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
Clock.h Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
FirmwareUpdate.cpp DFU : add timeout detection : abort dfu procedure after 10s without any data from the host. 2020-06-01 16:30:24 +02:00
FirmwareUpdate.h Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
FirmwareValidation.cpp Add new screen that allows the user to manually validate the new firmware he's just OTA'ed. 2020-08-11 17:50:00 +02:00
FirmwareValidation.h Add new screen that allows the user to manually validate the new firmware he's just OTA'ed. 2020-08-11 17:50:00 +02:00
Gauge.cpp Add start of music appliction 2020-07-11 21:37:28 +01:00
Gauge.h Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
Label.cpp Screens::Label is now a subclass of Screen. 2020-08-14 10:05:44 +02:00
Label.h Screens::Label is now a subclass of Screen. 2020-08-14 10:05:44 +02:00
Message.cpp Remove custom styles in Screens and define default style and "Big style" in LittleVgl during the initialization of LVGL. 2020-07-03 21:37:40 +02:00
Message.h Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
Meter.cpp Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use it as the default font. 2020-03-01 19:09:59 +01:00
Meter.h Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
Modal.cpp Encapsulate Notification management in NotificationManager. It implement a static array of notifications to avoid dynamic allocation. 2020-03-28 19:05:28 +01:00
Modal.h Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
Music.cpp Fully implement music app and service 2020-07-20 21:28:21 +01:00
Music.h Fully implement music app and service 2020-07-20 21:28:21 +01:00
Screen.cpp Encapsulate the drawing of the screen into Screens classes. 2020-01-18 18:17:52 +01:00
Screen.h Add the possibility to the screen to handle a touch gesture. 2020-03-15 21:01:24 +01:00
ScreenList.h Refactor ScreenList to make it more generic : it can now contain any Screen type. 2020-08-14 09:46:37 +02:00
Symbols.h Re-order apps in application menu on 2 pages. 2020-08-14 20:47:21 +02:00
SystemInfo.cpp Screens::Label is now a subclass of Screen. 2020-08-14 10:05:44 +02:00
SystemInfo.h Refactor ScreenList to make it more generic : it can now contain any Screen type. 2020-08-14 09:46:37 +02:00
Tab.cpp Add touch panel port to lvgl. 2020-02-16 18:32:36 +01:00
Tab.h Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +02:00
Tile.cpp Refactor ScreenList to make it more generic : it can now contain any Screen type. 2020-08-14 09:46:37 +02:00
Tile.h Refactor ScreenList to make it more generic : it can now contain any Screen type. 2020-08-14 09:46:37 +02:00