summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-14 21:17:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-14 21:17:39 +0000
commita65a799bc8ade1c5311357edc3ef0f90e8eb11cb (patch)
treee35c5c99cfd35adcb3c83962eb1763fe2b018fc2 /nuttx/configs/stm3210e-eval/README.txt
parente8ce10803ae6f6899a12b3d87f6afcd03167463e (diff)
downloadnuttx-a65a799bc8ade1c5311357edc3ef0f90e8eb11cb.tar.gz
nuttx-a65a799bc8ade1c5311357edc3ef0f90e8eb11cb.tar.bz2
nuttx-a65a799bc8ade1c5311357edc3ef0f90e8eb11cb.zip
Add configuration for reverse portrait LCD orientation for the STM3210E-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3786 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 7dedd828b..70e40b694 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -410,10 +410,17 @@ STM3210E-EVAL-specific Configuration Options
STM3210E-EVAL LCD Hardware Configuration
- CONFIG_LCD_LANDSCAPE - Define for 320x240 display support.
- Default is 320x240 (this setting is informative only... not used).
- CONFIG_LCD_PORTRAIT - Define for 240x320 display support.
- Default is 320x240.
+ CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape"
+ support. Default is this 320x240 "landscape" orientation
+ (this setting is informative only... not used).
+ CONFIG_LCD_PORTRAIT - Define for 240x320 display "portrait"
+ orientation support. In this orientation, the STM3210E-EVAL's
+ LCD ribbon cable is at the bottom of the display. Default is
+ 320x240 "landscape" orientation.
+ CONFIG_LCD_RPORTRAIT - Define for 240x320 display "reverse
+ portrait" orientation support. In this orientation, the
+ STM3210E-EVAL's LCD ribbon cable is at the top of the display.
+ Default is 320x240 "landscape" orientation.
CONFIG_LCD_BACKLIGHT - Define to support an adjustable backlight
using timer 1. The granularity of the settings is determined
by CONFIG_LCD_MAXPOWER. Requires CONFIG_STM32_TIM1.