Use configdefault when enabling LV_COLOR_SWAP_16 within boards and shield definitions, to avoid OR'ing the dependencies for the Kconfig symbol. Otherwise, a user manually selecting LV_COLOR_DEPTH will encounter build errors as LV_COLOR_SWAP_16 may be enabled when LV_COLOR_DEPTH_16 is not selected Fixes #81546 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com> |
||
|---|---|---|
| .. | ||
| include | ||
| input | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.input | ||
| Kconfig.memory | ||
| Kconfig.shell | ||
| lvgl.c | ||
| lvgl_display.c | ||
| lvgl_display_16bit.c | ||
| lvgl_display_24bit.c | ||
| lvgl_display_32bit.c | ||
| lvgl_display_mono.c | ||
| lvgl_fs.c | ||
| lvgl_mem.c | ||
| lvgl_shell.c | ||