InfiniTime/src/DisplayApp/Screens
JF da39f402e5 Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw.
BLE and battery icon replaced in Clock screen.
Added heartbeat and step icons in Clock screen.
Replace all labels in Menu by icons.

Add doc to generate new font.
2020-07-04 13:58:15 +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
Gauge.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
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 Add new App : Sysinfo. It displays various info about the running system : version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...). 2020-03-22 12:03:17 +01:00
Label.h Add new App : Sysinfo. It displays various info about the running system : version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...). 2020-03-22 12:03:17 +01: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
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.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
ScreenList.h Display BLE MAC address in sysinfo Screen. 2020-06-08 21:51:34 +02:00
Symbols.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
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 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.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