First

Dependencies:   UniGraphic mbed

Revision:
2:a88824178246
Parent:
1:65ea8c2a0551
Child:
6:459d1eb2cc23
--- a/LCD1.cpp	Thu Jan 14 21:19:52 2016 +0000
+++ b/LCD1.cpp	Thu Jan 14 21:27:27 2016 +0000
@@ -30,6 +30,6 @@
 void LCD1(int x,int y)
 {
     myLCD.cls();
-    myLCD.circle(120,160,12,White);
+    myLCD.circle(160,120,12,White);
     myLCD.fillcircle(x,y,6,Red);  
-}
+}
\ No newline at end of file