mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 08:15:47 +00:00
Remove Adafruit/Seeed TFT hardcoded settings. Note that undocumented ILI9340/1 settings have been removed (maybe Seeed is using another ILI variant?). Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
# ILI9340 display driver configuration options
|
|
|
|
# Copyright (c) 2017 Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ILI9340
|
|
bool "ILI9340 display driver"
|
|
depends on SPI
|
|
help
|
|
Enable driver for ILI9340 display driver.
|