TFTLCD with FastIO

Fork of TFTLCD by en 129

Revision:
6:059ca1648211
Parent:
5:09b6d228ceea
Child:
10:69571adcfad5
--- a/ssd1289.h	Sun Dec 02 05:58:00 2012 +0000
+++ b/ssd1289.h	Mon Dec 03 15:38:56 2012 +0000
@@ -34,6 +34,10 @@
 
 #include "lcd_base.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /** Represents a LCD instance.
  *
  * This is the utility class, through which the display can be manipulated
@@ -169,4 +173,8 @@
     DigitalOut* _lcd_pin_rd;
 };
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* TFTLCD_SSD1289_H */