summaryrefslogtreecommitdiff
path: root/nuttx/drivers/lcd/ssd1289.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-30 23:21:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-30 23:21:37 +0000
commiteb68069699e2bc904a278cdb310c561d5f3083c5 (patch)
tree9649d99f2c5779fcf43549ec2aac5e004830b780 /nuttx/drivers/lcd/ssd1289.c
parent89ade858089dde83dc3d993d4ca28f39c3b25538 (diff)
downloadpx4-nuttx-eb68069699e2bc904a278cdb310c561d5f3083c5.tar.gz
px4-nuttx-eb68069699e2bc904a278cdb310c561d5f3083c5.tar.bz2
px4-nuttx-eb68069699e2bc904a278cdb310c561d5f3083c5.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4790 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/lcd/ssd1289.c')
-rw-r--r--nuttx/drivers/lcd/ssd1289.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/lcd/ssd1289.c b/nuttx/drivers/lcd/ssd1289.c
index 6e547228a..e55ff5fec 100644
--- a/nuttx/drivers/lcd/ssd1289.c
+++ b/nuttx/drivers/lcd/ssd1289.c
@@ -819,7 +819,7 @@ static int ssd1289_setcontrast(FAR struct lcd_dev_s *dev, unsigned int contrast)
* Name: ssd1289_hwinitialize
*
* Description:
- * Set LCD panel contrast (0-CONFIG_LCD_MAXCONTRAST).
+ * Initialize the LCD hardware.
*
**************************************************************************************/
@@ -830,7 +830,7 @@ static inline int ssd1289_hwinitialize(FAR struct ssd1289_dev_s *priv)
uint16_t id;
#endif
- /* Select the LCD and home the cursor position */
+ /* Select the LCD */
lcd->select(lcd);