Sound update
Dependencies: 4DGL-uLCD-SE Physac-MBED PinDetect SDFileSystem mbed-rtos mbed
Revision 25:c3eb6c1a2dfb, committed 19 months ago
- Comitter:
- dangulo7
- Date:
- Thu Dec 08 00:37:55 2022 +0000
- Parent:
- 24:3b29ae4d6171
- Child:
- 26:163d7ca8c42d
- Commit message:
- MenuChange2;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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");