aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/InfiniTimeTheme.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2023-02-26 20:33:34 +0100
committerRiku Isokoski <riksu9000@gmail.com>2023-02-26 22:10:03 +0200
commit9bbd2ddbc4e44742913e35e25b21b80d80efe36b (patch)
treefc9d8f8cec4975462dc6920c702cf2ec3816f0e7 /src/displayapp/InfiniTimeTheme.h
parentce2277cbcac0f28b27c1483fba09921f43d590cd (diff)
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.
Diffstat (limited to 'src/displayapp/InfiniTimeTheme.h')
0 files changed, 0 insertions, 0 deletions