CONFIG_LVGL_COLOR_16_SWAP
RGB565 byte swap
Type: bool
Help
Swap the 2 bytes of a RGB565 pixel.
Direct dependencies
(LVGL
&& DISPLAY
&& SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
) || (LVGL
&& DISPLAY
&& (SHIELD_ST7789V_TL019FQV01
|| SHIELD_ST7789V_WAVESHARE_240X240
)) || (LVGL
&& DISPLAY
&& SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
) || (LVGL
&& DISPLAY
&& (SHIELD_ST7789V_TL019FQV01
|| SHIELD_ST7789V_WAVESHARE_240X240
)) || (LVGL_COLOR_DEPTH_16
&& LVGL
)
(Includes any dependencies from ifs and menus.)
Defaults
Kconfig definitions
At <Boards>/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:40
Included via Kconfig:8
→ Kconfig.zephyr:20
Menu path: (Top)
config LVGL_COLOR_16_SWAP
bool
default y
depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
At <Boards>/shields/st7789v_generic/Kconfig.defconfig:29
Included via Kconfig:8
→ Kconfig.zephyr:20
Menu path: (Top)
config LVGL_COLOR_16_SWAP
bool
default y if SHIELD_ST7789V_WAVESHARE_240X240
depends on LVGL && DISPLAY && (SHIELD_ST7789V_TL019FQV01 || SHIELD_ST7789V_WAVESHARE_240X240)
At <Boards>/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:40
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config LVGL_COLOR_16_SWAP
bool
default y
depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
At <Boards>/shields/st7789v_generic/Kconfig.defconfig:29
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config LVGL_COLOR_16_SWAP
bool
default y if SHIELD_ST7789V_WAVESHARE_240X240
depends on LVGL && DISPLAY && (SHIELD_ST7789V_TL019FQV01 || SHIELD_ST7789V_WAVESHARE_240X240)
At <Library>/gui/lvgl/Kconfig.graphical:53
Included via Kconfig:8
→ Kconfig.zephyr:43
→ <Library>/Kconfig:8
→ <Library>/gui/Kconfig:4
→ <Library>/gui/lvgl/Kconfig:24
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings
config LVGL_COLOR_16_SWAP
bool "RGB565 byte swap"
depends on LVGL_COLOR_DEPTH_16 && LVGL
help
Swap the 2 bytes of a RGB565 pixel.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)