Simple fish eat program

Dependencies:   mbed mbed-rtos N5110 ShiftReg Tone

Revision:
3:8c9c9794bcf2
Parent:
2:532b0225519f
Child:
10:e221bd1ce3ec
--- a/classes/Graphics.h	Mon Mar 22 15:54:04 2021 +0000
+++ b/classes/Graphics.h	Wed Mar 24 15:32:13 2021 +0000
@@ -8,8 +8,12 @@
 public:
     void titleScreen(N5110 &lcd); //creates the game title screen
     void confirmationScreen(N5110 &lcd); //waits for player to press A
+    
+    /*  If the ScreenFlash function doesnt operate as intended check that the LCD
+    *   screen its self is seated correctly as this seems to be an issue*/
     void screenFlash(N5110 &lcd); //flashes LCD screen
-    void Fish_1(N5110 &lcd); //draws fish 1 (smallest fish) THIS MAY BE REMOVED!!!!
+    
+    void Fish_1(N5110 &lcd); //draws fish 1 (smallest fish) THIS MAY BE REMOVED FROM GRAPHICS!!!!
     void Fish_2(N5110 &lcd); //draws fish 2
     void Fish_3(N5110 &lcd); //draws fish 3
     void Fish_4(N5110 &lcd); //draws fish 4 (largest fish)