summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-18 20:13:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-18 20:13:54 +0000
commit02834f24e9ba0a19a0bd04cf345ea24e69553213 (patch)
tree9ac8348770bc2b3d55a2c53ab4d1d259f1cf02cd /nuttx/include
parent769fef9a363e9255551008548571c4ffdb9c9af0 (diff)
downloadpx4-nuttx-02834f24e9ba0a19a0bd04cf345ea24e69553213.tar.gz
px4-nuttx-02834f24e9ba0a19a0bd04cf345ea24e69553213.tar.bz2
px4-nuttx-02834f24e9ba0a19a0bd04cf345ea24e69553213.zip
Minor OLED-related updates (still doesn't work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3522 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rwxr-xr-xnuttx/include/nuttx/lcd/ug-9664hswag01.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/include/nuttx/lcd/ug-9664hswag01.h b/nuttx/include/nuttx/lcd/ug-9664hswag01.h
index 0ef2955e1..61d53c369 100755
--- a/nuttx/include/nuttx/lcd/ug-9664hswag01.h
+++ b/nuttx/include/nuttx/lcd/ug-9664hswag01.h
@@ -105,21 +105,21 @@ extern "C" {
*
* Description:
* Initialize the UG-9664HSWAG01 video hardware. The initial state of the
- * OLED is fully initialized, display memory cleared, and the OLED ready to
- * use, but with the power setting at 0 (full off == sleep mode).
+ * OLED is fully initialized, display memory cleared, and the OLED ready
+ * to use, but with the power setting at 0 (full off == sleep mode).
*
* Input Parameters:
*
* spi - A reference to the SPI driver instance.
- * devno - A value in the range of 0 throuh CONFIG_UG9664HSWAG01_NINTERFACES-1.
+ * devno - A value in the range of 0 through CONFIG_UG9664HSWAG01_NINTERFACES-1.
* This allows support for multiple OLED devices.
*
* Returned Value:
*
- * On success, this function returns a reference to the LCD object for the specified
- * OLED. NULL is returned on any failure.
+ * On success, this function returns a reference to the LCD object for
+ * the specified OLED. NULL is returned on any failure.
*
- **************************************************************************************/
+ ****************************************************************************/
struct lcd_dev_s; /* see nuttx/lcd.h */
struct spi_dev_s; /* see nuttx/spi.h */