InfiniTime/src/components
Jean-François Milants 9bbd2ddbc4 LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS).
Previously, the LVGL driver for the filesystem was initialized in the class FS. However, since 6f942e2, the order of the initializations was incorrect  : the driver was initialized (FS::LVGLFileSystemInit()) before LVGL (LittleVgl.Init()), which means that the driver registration was probably dropped when LVGL was initialized.

The LVGL driver is now initialized in LittleVgl.Init(), which seems to make much more sense, since all LVGL drivers are initialized there. This way, we ensure that the initialization of the drivers is consistent.
2023-02-26 22:10:03 +02:00
..
alarm SystemTask: Move MotorController to DisplayApp 2023-02-25 12:15:00 +02:00
battery batt: Improve discharge curve values 2023-01-23 21:48:29 +01:00
ble date: Remove date lib 2023-02-25 17:44:06 +02:00
brightness Remove backup brightness feature (#1180) 2022-06-18 12:54:41 +03:00
datetime DateTimeController: Fix integer overflow 2023-02-26 17:30:01 +02:00
firmwarevalidator Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
fs LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS). 2023-02-26 22:10:03 +02:00
gfx Format header files 2023-01-09 21:41:21 +01:00
heartrate Format header files 2023-01-09 21:41:21 +01:00
motion Format header files 2023-01-09 21:41:21 +01:00
motor src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
rle Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
settings Format header files 2023-01-09 21:41:21 +01:00
timer TimerController: Use chrono for durations 2023-02-23 23:17:18 +02:00
utility clang-format: Always break template declarations 2023-02-16 09:13:58 +02:00