Dependencies:   mbed FATFileSystem

Revision:
13:95323e0f2fcb
Parent:
10:4fda7b01484a
Child:
14:165fff6d1854
--- a/SceneCreator/SceneFunctions.cpp	Sun May 05 19:32:58 2019 +0000
+++ b/SceneCreator/SceneFunctions.cpp	Mon May 06 02:40:07 2019 +0000
@@ -172,7 +172,7 @@
     lcd.printString("BLOOOD !!!",0,2);
     lcd.refresh();
     wait(1);
-    CM.init(29,17,Fd);
+    CM.init(35,17,Fd);
     CM.spawn(9,17);
     lcd.inverseMode();
 }