Dependencies:   mbed FATFileSystem

Revision:
26:716bcd47f3ca
Parent:
21:f3b0ce18b44f
--- a/SceneCreator/SceneFunctions.cpp	Thu May 09 13:27:19 2019 +0000
+++ b/SceneCreator/SceneFunctions.cpp	Fri May 10 21:25:27 2019 +0000
@@ -286,8 +286,15 @@
        lcd.drawRect((20 -_progress),18,2,18,FILL_BLACK);
     } 
 }
-void SceneFunctions::obj2_scene4(Bitmap &lcd) {
-    
+void SceneFunctions::obj2_scene4(Bitmap &lcd,int rng) {
+    switch(rng) {
+        case 2:
+        lcd.renderBMP(MISC[0],4,2);
+        break;
+        case 0:
+        lcd.renderBMP(MISC[2],4,2);
+        break;
+    }
 }
 void SceneFunctions::obj3_scene4(Bitmap &lcd) {
     if (_progress > 7) {