summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32ldiscovery/src/stm32ldiscovery.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-23 15:23:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-23 15:23:29 -0600
commitdfaa61731b87c0685c17f41a95a2e758deca80a7 (patch)
tree7ab7b0f9d3360024b315db67d81ae2feeecce2c3 /nuttx/configs/stm32ldiscovery/src/stm32ldiscovery.h
parentc7bf6bf65a458cb30b892340b69de6c025d1cc22 (diff)
downloadpx4-nuttx-dfaa61731b87c0685c17f41a95a2e758deca80a7.tar.gz
px4-nuttx-dfaa61731b87c0685c17f41a95a2e758deca80a7.tar.bz2
px4-nuttx-dfaa61731b87c0685c17f41a95a2e758deca80a7.zip
STM32L-Discovery LCD driver is code compele but untested
Diffstat (limited to 'nuttx/configs/stm32ldiscovery/src/stm32ldiscovery.h')
-rw-r--r--nuttx/configs/stm32ldiscovery/src/stm32ldiscovery.h62
1 files changed, 31 insertions, 31 deletions
diff --git a/nuttx/configs/stm32ldiscovery/src/stm32ldiscovery.h b/nuttx/configs/stm32ldiscovery/src/stm32ldiscovery.h
index 36a48b998..7d5c10988 100644
--- a/nuttx/configs/stm32ldiscovery/src/stm32ldiscovery.h
+++ b/nuttx/configs/stm32ldiscovery/src/stm32ldiscovery.h
@@ -186,38 +186,38 @@
* PC11 LCD_SEG41 LCD SEG23
*/
-#define BOARD_LCD_COM0 GPIO_LCD_COM0 /* PA8 */
-#define BOARD_LCD_COM1 GPIO_LCD_COM1 /* PA9 */
-#define BOARD_LCD_COM2 GPIO_LCD_COM2 /* PA10 */
-#define BOARD_LCD_COM3 GPIO_LCD_COM3 /* PB9 */
-#define BOARD_LCD_SEG0 GPIO_LCD_SEG0 /* PA1 */
-#define BOARD_LCD_SEG1 GPIO_LCD_SEG1 /* PA2 */
-#define BOARD_LCD_SEG2 GPIO_LCD_SEG2 /* PA3 */
-#define BOARD_LCD_SEG3 GPIO_LCD_SEG7 /* PB3 */
-#define BOARD_LCD_SEG4 GPIO_LCD_SEG8 /* PB4 */
-#define BOARD_LCD_SEG5 GPIO_LCD_SEG9 /* PB5 */
-#define BOARD_LCD_SEG6 GPIO_LCD_SEG10 /* PB10 */
-#define BOARD_LCD_SEG7 GPIO_LCD_SEG11 /* PB11 */
-#define BOARD_LCD_SEG8 GPIO_LCD_SEG12 /* PB12 */
-#define BOARD_LCD_SEG9 GPIO_LCD_SEG13 /* PB13 */
-#define BOARD_LCD_SEG10 GPIO_LCD_SEG14 /* PB14 */
-#define BOARD_LCD_SEG11 GPIO_LCD_SEG15 /* PB15 */
-#define BOARD_LCD_SEG12 GPIO_LCD_SEG17 /* PA15 */
-#define BOARD_LCD_SEG13 GPIO_LCD_SEG16 /* PB8 */
-#define BOARD_LCD_SEG14 GPIO_LCD_SEG18 /* PC0 */
-#define BOARD_LCD_SEG15 GPIO_LCD_SEG19 /* PC1 */
-#define BOARD_LCD_SEG16 GPIO_LCD_SEG20 /* PC2 */
-#define BOARD_LCD_SEG17 GPIO_LCD_SEG21 /* PC3 */
-#define BOARD_LCD_SEG18 GPIO_LCD_SEG24 /* PC6 */
-#define BOARD_LCD_SEG19 GPIO_LCD_SEG25 /* PC7 */
-#define BOARD_LCD_SEG20 GPIO_LCD_SEG26 /* PC8 */
-#define BOARD_LCD_SEG21 GPIO_LCD_SEG27 /* PC9 */
-#define BOARD_LCD_SEG22 GPIO_LCD_SEG40 /* PC10 */
-#define BOARD_LCD_SEG23 GPIO_LCD_SEG41 /* PC11 */
+#define BOARD_SLCD_COM0 GPIO_LCD_COM0 /* PA8 */
+#define BOARD_SLCD_COM1 GPIO_LCD_COM1 /* PA9 */
+#define BOARD_SLCD_COM2 GPIO_LCD_COM2 /* PA10 */
+#define BOARD_SLCD_COM3 GPIO_LCD_COM3 /* PB9 */
+#define BOARD_SLCD_SEG0 GPIO_LCD_SEG0 /* PA1 */
+#define BOARD_SLCD_SEG1 GPIO_LCD_SEG1 /* PA2 */
+#define BOARD_SLCD_SEG2 GPIO_LCD_SEG2 /* PA3 */
+#define BOARD_SLCD_SEG3 GPIO_LCD_SEG7 /* PB3 */
+#define BOARD_SLCD_SEG4 GPIO_LCD_SEG8 /* PB4 */
+#define BOARD_SLCD_SEG5 GPIO_LCD_SEG9 /* PB5 */
+#define BOARD_SLCD_SEG6 GPIO_LCD_SEG10 /* PB10 */
+#define BOARD_SLCD_SEG7 GPIO_LCD_SEG11 /* PB11 */
+#define BOARD_SLCD_SEG8 GPIO_LCD_SEG12 /* PB12 */
+#define BOARD_SLCD_SEG9 GPIO_LCD_SEG13 /* PB13 */
+#define BOARD_SLCD_SEG10 GPIO_LCD_SEG14 /* PB14 */
+#define BOARD_SLCD_SEG11 GPIO_LCD_SEG15 /* PB15 */
+#define BOARD_SLCD_SEG12 GPIO_LCD_SEG17 /* PA15 */
+#define BOARD_SLCD_SEG13 GPIO_LCD_SEG16 /* PB8 */
+#define BOARD_SLCD_SEG14 GPIO_LCD_SEG18 /* PC0 */
+#define BOARD_SLCD_SEG15 GPIO_LCD_SEG19 /* PC1 */
+#define BOARD_SLCD_SEG16 GPIO_LCD_SEG20 /* PC2 */
+#define BOARD_SLCD_SEG17 GPIO_LCD_SEG21 /* PC3 */
+#define BOARD_SLCD_SEG18 GPIO_LCD_SEG24 /* PC6 */
+#define BOARD_SLCD_SEG19 GPIO_LCD_SEG25 /* PC7 */
+#define BOARD_SLCD_SEG20 GPIO_LCD_SEG26 /* PC8 */
+#define BOARD_SLCD_SEG21 GPIO_LCD_SEG27 /* PC9 */
+#define BOARD_SLCD_SEG22 GPIO_LCD_SEG40 /* PC10 */
+#define BOARD_SLCD_SEG23 GPIO_LCD_SEG41 /* PC11 */
-#define BOARD LCD_NCOM 4
-#define BOARD LCD_NSEG 24
-#define BOARD_LCD_NGPIOS 28
+#define BOARD_SLCD_NCOM 4
+#define BOARD_SLCD_NSEG 24
+#define BOARD_SLCD_NGPIOS 28
/****************************************************************************************************
* Public Types