From 6bd316c1f4e49c75f16627c776d604294afea874 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Sep 2011 18:45:28 +0000 Subject: 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 --- apps/examples/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/examples/README.txt') 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 ^^^^^^^^^^^ -- cgit v1.2.3