summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nxconsole
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-27 20:59:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-27 20:59:49 +0000
commitd345ee75e089cb3629d1cf4383344f02d279594a (patch)
treef0d71e40e42731b8bd47e201442ce58141f9607b /nuttx/configs/stm3240g-eval/nxconsole
parent4511f9758bf8027c5ee01b654b3b1558ebb2d11a (diff)
downloadpx4-nuttx-d345ee75e089cb3629d1cf4383344f02d279594a.tar.gz
px4-nuttx-d345ee75e089cb3629d1cf4383344f02d279594a.tar.bz2
px4-nuttx-d345ee75e089cb3629d1cf4383344f02d279594a.zip
Fix/verify the STM32 LCD in all supported orientations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4666 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/nxconsole')
-rw-r--r--nuttx/configs/stm3240g-eval/nxconsole/defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/nxconsole/defconfig b/nuttx/configs/stm3240g-eval/nxconsole/defconfig
index d845c7206..57ca2b972 100644
--- a/nuttx/configs/stm3240g-eval/nxconsole/defconfig
+++ b/nuttx/configs/stm3240g-eval/nxconsole/defconfig
@@ -1246,6 +1246,9 @@ CONFIG_NXCONSOLE_CACHESIZE=32
# CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape"
# support. Default is this 320x240 "landscape" orientation
# (this setting is informative only... not used).
+# CONFIG_LCD_RLANDSCAPE - Define for 320x240 display "reverse
+# landscape" support. Default is this 320x240 "landscape"
+# orientation
# CONFIG_LCD_PORTRAIT - Define for 240x320 display "portrait"
# orientation support. In this orientation, the STM3240G-EVAL's
# LCD ribbon cable is at the bottom of the display. Default is
@@ -1256,10 +1259,10 @@ CONFIG_NXCONSOLE_CACHESIZE=32
# Default is 320x240 "landscape" orientation.
#
CONFIG_LCD_LANDSCAPE=y
+CONFIG_LCD_RLANDSCAPE=n
CONFIG_LCD_PORTRAIT=n
CONFIG_LCD_RPORTRAIT=n
-
#
# STM3240G-EVAL specific LCD settings
#