CONFIG_ILI9340¶
ILI9340 display driver
Type: bool
Help¶
Enable driver for ILI9340 display driver.
Direct dependencies¶
(DISPLAY
&& SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
) || (DISPLAY
&& SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
) || (DISPLAY
&& SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
) || (DISPLAY
&& SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
) || (DISPLAY
&& SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
) || (DISPLAY
&& SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
) || (SPI
&& DISPLAY
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
y
y
Kconfig definitions¶
At <Zephyr>/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
→ <nRF>/doc/_build/kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config ILI9340
bool
default y
depends on DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
At <Zephyr>/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
→ <nRF>/doc/_build/kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config ILI9340
bool
default y
depends on DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
At <Zephyr>/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:20
Menu path: (Top)
config ILI9340
bool
default y
depends on DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
At <Zephyr>/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:20
Menu path: (Top)
config ILI9340
bool
default y
depends on DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
At <Zephyr>/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config ILI9340
bool
default y
depends on DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
At <Zephyr>/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config ILI9340
bool
default y
depends on DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
At <Zephyr>/drivers/display/Kconfig.ili9xxx:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:40
→ <Zephyr>/drivers/Kconfig:72
→ <Zephyr>/drivers/display/Kconfig:20
Menu path: (Top) → Device Drivers → Display Drivers
config ILI9340
bool "ILI9340 display driver"
select ILI9XXX
depends on SPI && DISPLAY
help
Enable driver for ILI9340 display driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)