Dependencies: mbed FATFileSystem
Diff: SceneCreator/SceneFunctions.cpp
- Revision:
- 14:165fff6d1854
- Parent:
- 13:95323e0f2fcb
- Child:
- 15:3d29fb195958
--- a/SceneCreator/SceneFunctions.cpp Mon May 06 02:40:07 2019 +0000 +++ b/SceneCreator/SceneFunctions.cpp Mon May 06 20:53:37 2019 +0000 @@ -115,7 +115,7 @@ wait(0.2); } -void SceneFunctions::event1_scene1(N5110 &lcd) { +void SceneFunctions::event1_scene1(N5110 &lcd,CaMove &CM) { lcd.drawRect(74,3,6,3,FILL_WHITE); lcd.drawLine(74,3,77,5,1); lcd.refresh(); @@ -124,6 +124,7 @@ lcd.drawLine(79,3,77,5,1); lcd.refresh(); wait(0.2); + CM.spawn(42,-15); } //Scene 2 Functions