summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-05 02:31:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-05 02:31:59 +0000
commit995855bd907c315e68b5a7865a065c6afa6512b6 (patch)
tree7daf7da649ab6ab521e091e82beb6ca8e9985481 /nuttx/Documentation
parentc07e3aeb901dac03d1faff65b4c6eda1de25141c (diff)
downloadpx4-nuttx-995855bd907c315e68b5a7865a065c6afa6512b6.tar.gz
px4-nuttx-995855bd907c315e68b5a7865a065c6afa6512b6.tar.bz2
px4-nuttx-995855bd907c315e68b5a7865a065c6afa6512b6.zip
Misc documentation/LCD-related updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3844 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html30
1 files changed, 28 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 5ca42e14d..a74984b2c 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -3958,6 +3958,25 @@ build
</li>
</ul>
+<h3>Input Devices</h3>
+<ul>
+ <li>
+ <code>CONFIG_INPUT</code>:
+ Enables general support for input devices
+ </li>
+ <li>
+ <code>CONFIG_INPUT_TSC2007</code>:
+ If CONFIG_INPUT is selected, then this setting will enable building
+ of the TI TSC2007 touchscreen driver.
+ </li>
+ <li>
+ <code>CONFIG_TSC2007_MULTIPLE</code>:
+ Normally only a single TI TSC2007 touchscreen is used. But if
+ there are multiple TSC2007 touchscreens, this setting will enable
+ multiple touchscreens with the same driver.
+ </li>
+</ul>
+
<h3>ENC28J60 Ethernet Driver Configuration Settings</h3>
<ul>
<li>
@@ -4399,9 +4418,8 @@ build
</p>
<h2>Graphics related configuration settings</h3>
-<ul>
<li>
- <code>CONFIG_NX</code>
+ <code>CONFIG_NX</code>:
Enables overall support for graphics library and NX
</li>
</ul>
@@ -4445,6 +4463,14 @@ build
The maximum contrast value for an LCD device.
</li>
<li>
+ <code>CONFIG_LCD_LANDSCAPE</code>, <code>CONFIG_LCD_PORTRAIT</code>,
+ <code>CONFIG_LCD_RLANDSCAPE</code>, and <code>CONFIG_LCD_RPORTRAIT</code>:
+ Some LCD drivers may support these options to present the display in
+ landscape, portrait, reverse landscape, or reverse portrait orientations.
+ Check the <code>README.txt</code> file in each board configuration directory to
+ see if any of these are supported by the board LCD logic.
+ </li>
+ <li>
<code>CONFIG_NX_MOUSE</code>:
Build in support for mouse input.
</li>