-
choice ST7789V_PIXEL_FORMAT: Color pixel format
Color pixel format
Type: bool
Help¶
Specify the color pixel format for the ST7789V display controller.
Direct dependencies¶
(DISPLAY
&& (SHIELD_ST7789V_TL019FQV01
|| SHIELD_ST7789V_WAVESHARE_240X240
)) || (DISPLAY
&& (SHIELD_ST7789V_TL019FQV01
|| SHIELD_ST7789V_WAVESHARE_240X240
)) || (ST7789V
&& DISPLAY
)
(Includes any dependencies from ifs and menus.)
Defaults¶
Choice options¶
Kconfig definitions¶
At <Zephyr>/boards/shields/st7789v_generic/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <BuildDir>/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
choice ST7789V_PIXEL_FORMAT bool defaultST7789V_RGB888
ifSHIELD_ST7789V_TL019FQV01
defaultST7789V_RGB565
ifSHIELD_ST7789V_WAVESHARE_240X240
depends onDISPLAY
&& (SHIELD_ST7789V_TL019FQV01
||SHIELD_ST7789V_WAVESHARE_240X240
)
At <Zephyr>/boards/shields/st7789v_generic/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
choice ST7789V_PIXEL_FORMAT bool defaultST7789V_RGB888
ifSHIELD_ST7789V_TL019FQV01
defaultST7789V_RGB565
ifSHIELD_ST7789V_WAVESHARE_240X240
depends onDISPLAY
&& (SHIELD_ST7789V_TL019FQV01
||SHIELD_ST7789V_WAVESHARE_240X240
)
At <Zephyr>/drivers/display/Kconfig.st7789v:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:72
→ <Zephyr>/drivers/display/Kconfig:24
Menu path: (Top) → Device Drivers → Display Drivers → ST7789V display driver
choice ST7789V_PIXEL_FORMAT bool "Color pixel format" defaultST7789V_RGB565
depends onST7789V
&&DISPLAY
help Specify the color pixel format for the ST7789V display controller.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)