Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
17:4abe3fba3471
Parent:
16:06a88c0110ff
--- a/graphics.cpp	Fri Dec 03 10:52:08 2021 +0000
+++ b/graphics.cpp	Fri Dec 03 11:05:03 2021 +0000
@@ -68,7 +68,7 @@
     uLCD.filled_rectangle(0,0,127,127, BLACK);
     uLCD.set_font(FONT_8X8);
     uLCD.text_mode(OPAQUE);
-    uLCD.color(BLUE)
+    uLCD.color(BLUE);
     uLCD.locate(5,6);
     uLCD.printf("YOU WIN");
 }