summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-17 01:53:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-17 01:53:49 +0000
commit16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21 (patch)
treed16abc48c2f517e34f77152f63bed6da79678fba /nuttx/configs/README.txt
parent3696bf9a4590f113b47e69335f00a83df8e2b8d4 (diff)
downloadpx4-nuttx-16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21.tar.gz
px4-nuttx-16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21.tar.bz2
px4-nuttx-16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21.zip
Add configuration to select LCD driver for NX
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2596 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 863cdf52d..51b739721 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -518,6 +518,10 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_NX_PACKEDMSFIRST
If a pixel depth of less than 8-bits is used, then NX needs
to know if the pixels pack from the MS to LS or from LS to MS
+ CONFIG_NX_LCDDRIVER
+ By default, NX builds to use a framebuffer driver (see
+ include/nuttx/fb.h). If this option is defined, NX will
+ build to use an LCD driver (see include/nuttx/lcd.h).
CONFIG_NX_MOUSE
Build in support for mouse input.
CONFIG_NX_KBD