summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-26 20:06:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-26 20:06:53 +0000
commit7dd1e8bf754ae9e5ccef8441877a53faa50d5bc2 (patch)
treee6ee32c654a56fcc0b89607abcc7f422d85947a0 /nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h
parent5e03aead9c9e4b44148a651952dfc09851927106 (diff)
downloadpx4-nuttx-7dd1e8bf754ae9e5ccef8441877a53faa50d5bc2.tar.gz
px4-nuttx-7dd1e8bf754ae9e5ccef8441877a53faa50d5bc2.tar.bz2
px4-nuttx-7dd1e8bf754ae9e5ccef8441877a53faa50d5bc2.zip
LPC17 LCD driver is code complete and in need of testing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5788 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h')
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h b/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h
index e17a8cc53..d16673eeb 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h
@@ -59,13 +59,13 @@
/* LCD refresh rate */
#ifndef CONFIG_LPC17_LCD_REFRESH_FREQ
-# define CONFIG_LPC17_LCD_REFRESH_FREQ (50) /* Hz */
+# define CONFIG_LPC17_LCD_REFRESH_FREQ (50) /* Hz */
#endif
/* Bits per pixel */
#ifndef CONFIG_LPC17_LCD_BPP
-# define CONFIG_LPC17_LCD_BPP 16 /* Bytes per pixel */
+# define CONFIG_LPC17_LCD_BPP 16 /* Bits per pixel */
#endif
/* Color format */
@@ -107,7 +107,7 @@
# define CONFIG_LPC17_LCD_VHEIGHT 272 /* Height in rows */
#endif
-#define CONFIG_LPC17_LCD_VPULSE
+#ifndef CONFIG_LPC17_LCD_VPULSE
# define CONFIG_LPC17_LCD_VPULSE 2
#endif