:orphan: .. title:: CONFIG_LVGL_COLOR_16_SWAP .. kconfig:: CONFIG_LVGL_COLOR_16_SWAP CONFIG_LVGL_COLOR_16_SWAP ######################### *RGB565 byte swap* Type: ``bool`` Help ==== .. code-block:: none Swap the 2 bytes of a RGB565 pixel. Direct dependencies =================== (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && (\ :kconfig:`SHIELD_ST7789V_TL019FQV01 ` || \ :kconfig:`SHIELD_ST7789V_WAVESHARE_240X240 `)) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && (\ :kconfig:`SHIELD_ST7789V_TL019FQV01 ` || \ :kconfig:`SHIELD_ST7789V_WAVESHARE_240X240 `)) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && (\ :kconfig:`SHIELD_ST7789V_TL019FQV01 ` || \ :kconfig:`SHIELD_ST7789V_WAVESHARE_240X240 `)) || (\ :kconfig:`LVGL_COLOR_DEPTH_16 ` && \ :kconfig:`LVGL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y if \ :kconfig:`SHIELD_ST7789V_WAVESHARE_240X240 ` - y - y if \ :kconfig:`SHIELD_ST7789V_WAVESHARE_240X240 ` - y - y if \ :kconfig:`SHIELD_ST7789V_WAVESHARE_240X240 ` Kconfig definitions =================== At ``/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config LVGL_COLOR_16_SWAP bool default y depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO ---- At ``/shields/st7789v_generic/Kconfig.defconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig 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 ``/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config LVGL_COLOR_16_SWAP bool default y depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO ---- At ``/shields/st7789v_generic/Kconfig.defconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig 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 ``/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_COLOR_16_SWAP bool default y depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO ---- At ``/shields/st7789v_generic/Kconfig.defconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig 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 ``/gui/lvgl/Kconfig.graphical:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:24`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings .. code-block:: kconfig 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.)*