ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
13:7ad2072d63ac
Parent:
10:ef01b3076040
Child:
14:a4176da69b49
--- a/rec/rect.cpp	Mon Apr 23 21:17:53 2018 +0000
+++ b/rec/rect.cpp	Mon Apr 23 21:41:13 2018 +0000
@@ -19,6 +19,7 @@
 {
     //draw rect om the screen
     lcd.drawRect(rect_x,40,10,1,FILL_BLACK);
+    lcd.drawRect(rect_x+3,39,4,1,FILL_BLACK);
   
 }