First

Dependencies:   UniGraphic mbed

Revision:
6:459d1eb2cc23
Parent:
1:65ea8c2a0551
diff -r 98ad3701ec24 -r 459d1eb2cc23 LCD1.h
--- a/LCD1.h	Thu Jan 14 22:03:54 2016 +0000
+++ b/LCD1.h	Thu Jan 14 22:52:20 2016 +0000
@@ -4,5 +4,6 @@
 
 void LCD1(int x, int y);
 void LCD_init();
+void LCD2(int x, int y);
 
 #endif