summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32ldiscovery/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32ldiscovery/include/board.h')
-rw-r--r--nuttx/configs/stm32ldiscovery/include/board.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/configs/stm32ldiscovery/include/board.h b/nuttx/configs/stm32ldiscovery/include/board.h
index 23132c38b..eca2ef014 100644
--- a/nuttx/configs/stm32ldiscovery/include/board.h
+++ b/nuttx/configs/stm32ldiscovery/include/board.h
@@ -351,6 +351,19 @@ xcpt_t up_irqbutton(int id, xcpt_t irqhandler);
#endif
#endif
+/****************************************************************************
+ * Name: stm32_slcd_initialize
+ *
+ * Description:
+ * Initialize the STM32L-Discovery LCD hardware and register the character
+ * driver as /dev/slcd.
+ *
+ ****************************************************************************/
+
+#ifdef CONFIG_STM32_LCD
+int stm32_slcd_initialize(void);
+#endif
+
#undef EXTERN
#if defined(__cplusplus)
}