:orphan: .. title:: ST7789V_RGB565 .. option:: CONFIG_ST7789V_RGB565 *RGB565* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig.st7789v:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:24`` Menu path: (Top) → Device Drivers → Display Drivers → ST7789V display driver → Color pixel format .. parsed-literal:: config ST7789V_RGB565 bool "RGB565" depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*