becseya
becseya
These are all good points, I don't see clear benefit of `-DLVGL_VERSION_INFO`. Let's drop it and I'll go ahead with the original issue.
As of latest master branch, `lvgl.h` has the `-dev` part, but package files does not. Is this intentional and package files are updated only on release?
I've found 4 other occurences: - `Kconfig` I think it should be added to the list - `.devcontainer/__lv_conf.h__` This one is outdated. Is that intentional? - `env_support/cmsis-pack/lv_conf_cmsis.h` I see there...
I was thinking about adding a check in CI/CD. It's a bit awkward, since if the new version files are pushed with a branch rather than a tag, the check...
I also like the idea of `lv_anim_dsc_t`, it fits better with `timeline` and half of the methods are just modifying the descriptor anyway. `lv_anim_dsc_t * lv_anim_desc_create(void);` can be used in...
@kisvegabor there might be, that's why I opened #6208
I actually prefer matching the title over all caps. On the other hand, the dot at the end of the sentence was removed accidentally, so I've pushed again.
`tests/src/lv_test_conf_full.h` was not extended with the new config macro, as build would fail, due to missing FSP libraries. I'm assuming this is preferred over mocking everything. @kisvegabor
Please merge without squashing @kisvegabor
We added a detailed documentation on how to use the filesystem under ESP in #6367 (and also the `DEFAULT_DRIVE_LETTER` mentioned by @kisvegabor ) @hoanglam9925 you should try migrating to [ESP's...