Sound update

Dependencies:   4DGL-uLCD-SE Physac-MBED PinDetect SDFileSystem mbed-rtos mbed

Revision:
25:c3eb6c1a2dfb
Parent:
24:3b29ae4d6171
Child:
26:163d7ca8c42d
diff -r 3b29ae4d6171 -r c3eb6c1a2dfb main.cpp
--- a/main.cpp	Thu Dec 08 00:34:39 2022 +0000
+++ b/main.cpp	Thu Dec 08 00:37:55 2022 +0000
@@ -122,8 +122,10 @@
         Thread::wait(500);
         if(!game1 && !game2 && x==0){
             uLCD.color(WHITE);
-            uLCD.text_height(1);
-            uLCD.text_width(1);
+            uLCD.text_height(2);
+            uLCD.text_width(2);
+            uLCD.locate(2,0);
+            uLCD.printf("MENU:\n");
             uLCD.printf("UP:\n");
             uLCD.printf("Tetris \n");
             uLCD.printf("\n");