Gleb Mazovetskiy

Results 440 comments of Gleb Mazovetskiy

Feel free to contribute a backport for the 4.6-stable branch

Ruby 3.1 is EOL so dropping it is fine but might as well keep it if it still works and only drop it when there it actually introduces a maintenance...

Yeah, sounds like a bug. Data should be filtered if the locales are configured explicitly. PR welcome!

This generates the `#define`s from the config at build time. How else would you do it? E.g. I have a defconfig like this: ``` CONFIG_LV_USE_LOG=y # CONFIG_LV_FONT_MONTSERRAT_14 is not set...

No, `lv_conf_internal.h` maps a header that needs to be generated from Kconfig, not Kconfig itself. The header that it maps still needs to be generated. That's what this PR does.

This is for using lvgl from a CMake project (without platform.io etc), not necessarily as a shared library. It is of course much nicer to configure lvgl with Kconfig than...