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:49
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:40
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:49
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:40
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 lib/gui/lvgl/Kconfig.graphical:45
Included via Kconfig:8
→ Kconfig.zephyr:43
→ lib/Kconfig:8
→ lib/gui/Kconfig:4
→ lib/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.)