Open sukesh-ak opened 7 months ago
Hello @sukesh-ak ,
when you are using LVGL with Espressif chips, there is only menuconfig
solution for LVGL configuration. For default settings is recommended to use sdkconfig.defaults
.
It seems, that you have same question as we from Espressif. We are solving this here: https://github.com/lvgl/lvgl/issues/6010
We want to set some default settings from component and not need for it sdkconfig.defaults
in examples/demos.
@kisvegabor it seems, that it is same issue as here https://github.com/lvgl/lvgl/issues/6010
Thanks for tagging me. I have a few items on my todo list, but after that we can prioritize https://github.com/lvgl/lvgl/issues/6010
Sample project https://github.com/sukesh-ak/BSP-IDF5-ESP_LCD-LVGL9
Usually for
lvgl
to work with local customlv_conf.h
, I use the following in theCMakeLists.txt
which is in the root. This always worked but now withbsp
in the components folder, this does not work anymore.Not working (default sdkconfig)
Working
So the question is, how to make the above work without the user going into
idf.py menuconfig
, just to uncheck theCheck this to not use custom lv_conf.h
?