aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-07 01:40:39 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-07 01:40:39 +0000
commit69f4e02c1750d0fe4c6c31a96311b5a49ae29ac5 (patch)
tree991d292e975f164c6291c5b926056cd753f47fe4 /apps/examples/README.txt
parenta17f13da064ce7a0c8430f4f0bfff5da063c8d4c (diff)
downloadpx4-firmware-69f4e02c1750d0fe4c6c31a96311b5a49ae29ac5.tar.gz
px4-firmware-69f4e02c1750d0fe4c6c31a96311b5a49ae29ac5.tar.bz2
px4-firmware-69f4e02c1750d0fe4c6c31a96311b5a49ae29ac5.zip
Mostly cosmetic, partial fixes for STM3240G-EVAL LCD
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4705 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 06236180c..f11b92b51 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -464,9 +464,16 @@ 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
+ correctly from an LCD interface. At present, this supports only LCDs
with RGB565 color format.
+ * CONFIG_EXAMPLES_LDCRW_DEVNO
+ LCD device number. Default: 0
+ * CONFIG_EXAMPLES_LDCRW_XRES
+ LCD X resolution. Default: 240
+ * CONFIG_EXAMPLES_LDCRW_YRES
+ LCD Y resolution. Default: 320
+
examples/mm
^^^^^^^^^^^