summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-23 18:45:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-23 18:45:28 +0000
commit6bd316c1f4e49c75f16627c776d604294afea874 (patch)
tree463a6b3b803ffb210baf72ff401fea2df915f277 /apps/examples/README.txt
parent1c8ea1a3d80bacc938abae765c429e6af1a6eaac (diff)
downloadpx4-nuttx-6bd316c1f4e49c75f16627c776d604294afea874.tar.gz
px4-nuttx-6bd316c1f4e49c75f16627c776d604294afea874.tar.bz2
px4-nuttx-6bd316c1f4e49c75f16627c776d604294afea874.zip
Add a test to determine if you can read data from an LCD correctly
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3974 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 5252a40c4..6296a655e 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -182,6 +182,13 @@ examples/igmp
CONFIGURED_APPS += uiplib
+examples/lcdrw
+^^^^^^^^^^^^^^
+
+ This example may be used to verify if you can or cannot read data
+ correct from an LCD interface. At present, this supports only LCDs
+ with RGB565 color format.
+
examples/mm
^^^^^^^^^^^