aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lcd/s6d1121_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/lcd/s6d1121_lld.h')
-rw-r--r--drivers/lcd/s6d1121_lld.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/lcd/s6d1121_lld.h b/drivers/lcd/s6d1121_lld.h
index 173f6e40..edc6da33 100644
--- a/drivers/lcd/s6d1121_lld.h
+++ b/drivers/lcd/s6d1121_lld.h
@@ -28,6 +28,11 @@
#define LCD_D0_GPIO GPIOD
#define LCD_D4_GPIO GPIOE
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
void lld_lcdInit(void);
void lld_lcdSetCursor(uint16_t x, uint16_t y);
void lld_lcdSetOrientation(uint8_t newOrientation);
@@ -39,6 +44,10 @@ uint16_t lld_lcdGetOrientation(void);
uint16_t lld_lcdGetHeight(void);
uint16_t lld_lcdGetWidth(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif
#endif