aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 21:15:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 21:15:02 +0000
commitfd3df782b1ceca6bc7f36817639c2a9b80560c02 (patch)
tree556fbacce4a8b42af0333ed57296ecf1a62b8e1d /nuttx/drivers
parent734ea8dc168c8b412af2548cdc27d7fa02cd4f7f (diff)
downloadpx4-firmware-fd3df782b1ceca6bc7f36817639c2a9b80560c02.tar.gz
px4-firmware-fd3df782b1ceca6bc7f36817639c2a9b80560c02.tar.bz2
px4-firmware-fd3df782b1ceca6bc7f36817639c2a9b80560c02.zip
Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgets
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5189 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/lcd/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/nuttx/drivers/lcd/Kconfig b/nuttx/drivers/lcd/Kconfig
index 081a79c89..851263d27 100644
--- a/nuttx/drivers/lcd/Kconfig
+++ b/nuttx/drivers/lcd/Kconfig
@@ -2,6 +2,21 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+config LCD_NOGETRUN
+ bool "Write-only LCD"
+ default n
+ ---help---
+ Many LCD hardware interfaces provide only minimal graphics capability. In
+ particulary, many simple LCD interfaces are write only. That is we, can
+ write graphics data to the LCD device memory, but we cannot read it back.
+ If the LCD hardware does not support reading the graphics memory, then
+ this option should be defined so that the NX layer can taking alternative
+ measures when the LCD is not readable. For example, if the LCD is not
+ readable, then NX will not attempt to support transparency.
+
+ See also NX_WRITEONLY in the graphics support menu.
+
config LCD_MAXCONTRAST
int "LCD maximum contrast"
default 63 if NOKIA6100_S1D15G10