summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-27 11:39:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-27 11:39:13 -0600
commit87d335b92ab7580fdd0aef729646c8c2131b3ec8 (patch)
tree7b8355985532c77efddb0f085d5e0c580ad599bc /nuttx/drivers
parentbec3b36f727b4bccdf9900097ae8d76fb7faa1ab (diff)
downloadpx4-nuttx-87d335b92ab7580fdd0aef729646c8c2131b3ec8.tar.gz
px4-nuttx-87d335b92ab7580fdd0aef729646c8c2131b3ec8.tar.bz2
px4-nuttx-87d335b92ab7580fdd0aef729646c8c2131b3ec8.zip
The SLCD driver is now fully functional for Sure PIC32MX board
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/lcd/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/drivers/lcd/Kconfig b/nuttx/drivers/lcd/Kconfig
index 7673ed5d1..7f0871201 100644
--- a/nuttx/drivers/lcd/Kconfig
+++ b/nuttx/drivers/lcd/Kconfig
@@ -32,6 +32,7 @@ config LCD_MAXCONTRAST
config LCD_MAXPOWER
int "LCD maximum power"
+ default 255 if LCD_LCD1602
default 1
range 1 255
---help---
@@ -91,7 +92,7 @@ config P14201_FRAMEBUFFER
endif
config LCD_NOKIA6100
- bool "Nokia 6100 display support"
+ bool "Nokia 6100 display support"
default n
---help---
nokia6100.c. Supports the Nokia 6100 display with either the Philips
@@ -307,7 +308,7 @@ config LCD_UG2864AMBAG01
bool "UG-2864AMBAG01 OLED Display Module"
default n
---help---
- OLED Display Module, UG-2864AMBAG01, Univision Technology Inc.
+ OLED Display Module, UG-2864AMBAG01, Univision Technology Inc.
Required LCD driver settings:
LCD_MAXCONTRAST should be 255, but any value >0 and <=255 will be accepted.