for Arduino TFT LCD Screen 160x128

Dependents:   TFTLCDSCREEN Pong_ILI9163C

Fork of TFT_ILI9163C by _ peu605

Revision:
7:3dcb98ecf29f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TFT_ILI9163C_GENERIC.h	Sun Feb 01 15:36:04 2015 +0000
@@ -0,0 +1,11 @@
+#include "mbed.h"
+#include "TFT_ILI9163C_BASE.h"
+
+class TFT_ILI9163C : public TFT_ILI9163C_BASE {
+
+ public:
+
+    TFT_ILI9163C(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName dc, PinName reset);
+    TFT_ILI9163C(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName dc);
+    
+};
\ No newline at end of file