Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
34:754915ce9de5
Parent:
32:5403bb974294
Child:
35:172db1608332
--- a/main/main.cpp	Mon Apr 29 08:10:52 2019 +0000
+++ b/main/main.cpp	Tue Apr 30 19:24:41 2019 +0000
@@ -72,11 +72,12 @@
     //Stop just a few pixels above the bottom screen border.
     while (!gamepad.check_event(gamepad.START_PRESSED)){
         lcd.clear();
-        //introMusic();
         introPartOneText();
         if (start_game_text_counter >= 2){
             lcd.printString("Press START",10,5);
-            if (start_game_text_counter == 4){start_game_text_counter = 0;}  
+            if (start_game_text_counter == 4){
+                start_game_text_counter = 0;
+            }  
         }
         start_game_text_counter += 1;
         lcd.refresh();