Description
recent commit 9fed1cc conflicts somewhat with this block in kconfig:
lvgl_esp32_drivers/lvgl_tft/Kconfig
Lines 186 to 206 in 9fed1cc
kconfig does not actually set CONFIG_LV_DISPLAY_ORIENTATION_LANDSCAPE
or CONFIG_LV_DISPLAY_ORIENTATION_LANDSCAPE_INVERTED
, it sets CONFIG_DISPLAY_ORIENTATION_LANDSCAPE
and CONFIG_DISPLAY_ORIENTATION_LANDSCAPE_INVERTED
End result is that I get an invalid orientation error regardless of which orientation I set. I think this is just a simple kconfig update to fix, adding the LV prefix?
for now I've fixed it in my own stuff by picking the previous commit for the submodule in my project, but since lvgl/lv_port_esp32 is using 9fed1cc as its referenced commit, it'll be broken for that repo/demo :(