Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
85:d50ba0994676
Parent:
51:387249f9b333
--- a/K64F_PAD_LCDConfiguration/N5110/N5110.cpp	Mon May 06 16:15:21 2019 +0000
+++ b/K64F_PAD_LCDConfiguration/N5110/N5110.cpp	Mon May 06 23:41:03 2019 +0000
@@ -59,7 +59,7 @@
     reset();      // reset LCD - must be done within 100 ms
     initSPI();    
     
-    setContrast(0.55);  // this may need tuning (say 0.4 to 0.6)
+    setContrast(0.56);  // this may need tuning (say 0.4 to 0.6)
     setBias(3);   // datasheet - 48:1 mux - don't mess with if you don't know what you're doing! (0 to 7)
     setTempCoefficient(0); // datasheet - may need increasing (range 0 to 3) at very low temperatures
     normalMode();  // normal video mode by default