Ahmed Hedait / Mbed 2 deprecated el16ah

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
ahmedhedait
Date:
Mon Apr 30 03:57:01 2018 +0000
Parent:
6:6cbd0f7f7335
Child:
8:346c234fef94
Commit message:
i just added a small rectangle as the start of the maze.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Apr 30 03:52:58 2018 +0000
+++ b/main.cpp	Mon Apr 30 03:57:01 2018 +0000
@@ -49,6 +49,8 @@
 
         lcd.printString("           scr",0,0);
         lcd.drawRect(0,0,65,48,FILL_TRANSPARENT);
+        lcd.drawRect(10,0,2,15,FILL_BLACK);
+        
         lcd.setPixel(64,39,false);
         lcd.setPixel(64,40,false);
         lcd.setPixel(64,41,false);