summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-23 22:02:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-23 22:02:19 +0000
commit467bf8d64e185e5deea72c4a137f84074fa44938 (patch)
tree8c21de1a308f4f03d0968a406fd1959d15be4808 /nuttx/configs/stm3210e-eval/README.txt
parent6bd316c1f4e49c75f16627c776d604294afea874 (diff)
downloadnuttx-467bf8d64e185e5deea72c4a137f84074fa44938.tar.gz
nuttx-467bf8d64e185e5deea72c4a137f84074fa44938.tar.bz2
nuttx-467bf8d64e185e5deea72c4a137f84074fa44938.zip
Fix color format when pixels are read from STM32 LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3975 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index e8d634bb9..017af14e5 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -457,6 +457,9 @@ STM3210E-EVAL-specific Configuration Options
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.
+ CONFIG_LCD_RDSHIFT - When reading 16-bit gram data, there appears
+ to be a shift in the returned data. This value fixes the offset.
+ Default 5.
Configurations
==============