summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-07 03:06:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-07 03:06:19 +0000
commit14f4f5c4cb34f594624263cd10ccaba7137f83fe (patch)
tree6c3a7e3a46cb2b342326cc4fc8d100da06264a19 /nuttx/Documentation/NuttxPortingGuide.html
parentafcd2f334a91cf1d37eb8dce6641c620f316b76e (diff)
downloadpx4-nuttx-14f4f5c4cb34f594624263cd10ccaba7137f83fe.tar.gz
px4-nuttx-14f4f5c4cb34f594624263cd10ccaba7137f83fe.tar.bz2
px4-nuttx-14f4f5c4cb34f594624263cd10ccaba7137f83fe.zip
LCD bug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3166 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index be85f66b9..2755078fe 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -2839,6 +2839,27 @@ build
<code>CONFIG_NOKIA6100_BLINIT</code>: Initial backlight setting
</li>
<p>
+ The following may need to be tuned for your hardware:
+ </p>
+ <li>
+ <code>CONFIG_NOKIA6100_INVERT</code>: Display inversion, 0 or 1, Default: 1
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_MY</code>: Display row direction, 0 or 1, Default: 0
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_MX</code>: Display column direction, 0 or 1, Default: 1
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_V</code>: Display address direction, 0 or 1, Default: 0
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_ML</code>: Display scan direction, 0 or 1, Default: 0
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_RGBORD</code>: Display RGB order, 0 or 1, Default: 0
+ </li>
+ <p>
Required LCD driver settings:
</p>
<li>