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
This commit is contained in:
patacongo 2011-07-14 21:17:39 +00:00
parent 13d366d410
commit 873635f02d
3 changed files with 33 additions and 12 deletions

View File

@ -410,10 +410,17 @@ STM3210E-EVAL-specific Configuration Options
STM3210E-EVAL LCD Hardware Configuration STM3210E-EVAL LCD Hardware Configuration
CONFIG_LCD_LANDSCAPE - Define for 320x240 display support. CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape"
Default is 320x240 (this setting is informative only... not used). support. Default is this 320x240 "landscape" orientation
CONFIG_LCD_PORTRAIT - Define for 240x320 display support. (this setting is informative only... not used).
Default is 320x240. 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 CONFIG_LCD_BACKLIGHT - Define to support an adjustable backlight
using timer 1. The granularity of the settings is determined using timer 1. The granularity of the settings is determined
by CONFIG_LCD_MAXPOWER. Requires CONFIG_STM32_TIM1. by CONFIG_LCD_MAXPOWER. Requires CONFIG_STM32_TIM1.

View File

@ -812,10 +812,17 @@ CONFIG_NX_MXCLIENTMSGS=16
# #
# STM3210E-EVAL LCD Hardware Configuration # STM3210E-EVAL LCD Hardware Configuration
# #
# CONFIG_LCD_LANDSCAPE - Define for 320x240 display support. # CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape"
# Default is 320x240 (this setting is informative only... not necessary). # support. Default is this 320x240 "landscape" orientation
# CONFIG_LCD_PORTRAIT - Define for 240x320 display support. # (this setting is informative only... not used).
# Default is 320x240. # 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 # CONFIG_LCD_BACKLIGHT - Define to support an adjustable backlight
# using timer 1. The granularity of the settings is determined # using timer 1. The granularity of the settings is determined
# by CONFIG_LCD_MAXPOWER. Requires CONFIG_STM32_TIM1. # by CONFIG_LCD_MAXPOWER. Requires CONFIG_STM32_TIM1.

View File

@ -812,10 +812,17 @@ CONFIG_NX_MXCLIENTMSGS=16
# #
# STM3210E-EVAL LCD Hardware Configuration # STM3210E-EVAL LCD Hardware Configuration
# #
# CONFIG_LCD_LANDSCAPE - Define for 320x240 display support. # CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape"
# Default is 320x240 (this setting is informative only... not necessary). # support. Default is this 320x240 "landscape" orientation
# CONFIG_LCD_PORTRAIT - Define for 240x320 display support. # (this setting is informative only... not used).
# Default is 320x240. # 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 # CONFIG_LCD_BACKLIGHT - Define to support an adjustable backlight
# using timer 1. The granularity of the settings is determined # using timer 1. The granularity of the settings is determined
# by CONFIG_LCD_MAXPOWER. Requires CONFIG_STM32_TIM1. # by CONFIG_LCD_MAXPOWER. Requires CONFIG_STM32_TIM1.