CONFIG_LVGL_COLOR_16_SWAP

RGB565 byte swap

Type: bool

Help

Swap the 2 bytes of a RGB565 pixel.

Kconfig definitions

At <Zephyr>/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:52

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config LVGL_COLOR_16_SWAP
    bool
    default y
    depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO

At <Zephyr>/boards/shields/st7789v_generic/Kconfig.defconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

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 <Zephyr>/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:52

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config LVGL_COLOR_16_SWAP
    bool
    default y
    depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO

At <Zephyr>/boards/shields/st7789v_generic/Kconfig.defconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

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 <Zephyr>/lib/gui/lvgl/Kconfig.graphical:45

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:14<Zephyr>/lib/gui/Kconfig:4<Zephyr>/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.)