summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-27 07:38:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-27 07:38:02 -0600
commitc4c214d0e55dd1f790161530dade88aa0de258ab (patch)
treeee2fa91b6f0aeaa709b6d3b779028d93ce61b2fb
parenta8e8972a22acf5aada15e8eee44aa6eabb5549ba (diff)
downloadpx4-nuttx-c4c214d0e55dd1f790161530dade88aa0de258ab.tar.gz
px4-nuttx-c4c214d0e55dd1f790161530dade88aa0de258ab.tar.bz2
px4-nuttx-c4c214d0e55dd1f790161530dade88aa0de258ab.zip
Add missing MIO283QT-9A to the drivers/lcd/Kconfig
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/drivers/lcd/Kconfig8
2 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 36e3a796f..abc7efc2c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7054,4 +7054,6 @@
* configs/sam4e-ek: All configurations updated to run with 120MHz
CPU speed and with the CMCC enabled. Calibrated delay loop
(2014-3-26).
+ * drivers/lcd/Kconfig: Add missing configuration for the MIO283QT-9A
+ LCD. Reported by Toby Duckworth (2014-3-27).
diff --git a/nuttx/drivers/lcd/Kconfig b/nuttx/drivers/lcd/Kconfig
index 38547e788..7ae1dd31e 100644
--- a/nuttx/drivers/lcd/Kconfig
+++ b/nuttx/drivers/lcd/Kconfig
@@ -212,6 +212,14 @@ config LCD_MIO283QT2
OLED Display Module, MIO283QT-2, Multi-Inno Technology, Co.
based on the Himax HX8347-D LCD controller.
+config LCD_MIO283QT9A
+ bool "MIO283QT-9A TFT LCD Display Module"
+ default n
+ ---help---
+ Selects the driver for the MI0283QT-9A LCD from Multi-Inno
+ Technology Co., Ltd. This LCD is based on the Ilitek ILI9341
+ LCD controller.
+
config LCD_UG9664HSWAG01
bool "UG-9664HSWAG01 OLED Display Module"
default n