summaryrefslogtreecommitdiff
path: root/nuttx/drivers/lcd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-21 22:46:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-21 22:46:37 +0000
commitc86261aac88dcc280ca37e532ba96435c1c54699 (patch)
tree92b2fcfe90a10a9f5d03843396e9cb1c30cd8ac4 /nuttx/drivers/lcd
parentc664844bc5d135d267b389f3e3b179431441603b (diff)
downloadpx4-nuttx-c86261aac88dcc280ca37e532ba96435c1c54699.tar.gz
px4-nuttx-c86261aac88dcc280ca37e532ba96435c1c54699.tar.bz2
px4-nuttx-c86261aac88dcc280ca37e532ba96435c1c54699.zip
Beginning of support for LCD1602
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5545 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/lcd')
-rw-r--r--nuttx/drivers/lcd/README.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/drivers/lcd/README.txt b/nuttx/drivers/lcd/README.txt
index 198be18a1..0472043e6 100644
--- a/nuttx/drivers/lcd/README.txt
+++ b/nuttx/drivers/lcd/README.txt
@@ -151,6 +151,12 @@ that makes then less re-usable:
a TFT/Transmissive color LCD module with touch-screen, FTM280C12D,
with integrated driver IC HX8346.
+ HX8347:
+
+ configs/pic32mx7mmb/src/up_mio283qt2.c. This driver is for the MI0283QT-2
+ LCD from Multi-Inno Technology Co., Ltd. This LCD is based on the Himax
+ HX8347-D LCD controller.
+
ILI93xx and Similar:
configs/stm3210e-eval/src/up_lcd.c. This driver supports the following
@@ -171,10 +177,10 @@ that makes then less re-usable:
configs/stm32f4discovery/src/up_ug2864hsweg01.c
configs/zp214xpa/src/up_ug2864ambag01.c
- Alphnumeric Displays:
+ Alphnumeric LCD Displays:
configs/skp16c26/src/up_lcd.c. Untested alphanumeric LCD driver.
- configs/stm32f4discovery/src/up_lcd1602.c
+ configs/pcblogic-pic32/src/up_lcd1602.c
graphics/
=========