The finial game progect

Dependents:   ptest

Fork of N5110 by Craig Evans

Revision:
20:f7127febc919
Parent:
19:ba8addc061ea
--- a/N5110.h	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.h	Thu May 05 06:36:08 2016 +0000
@@ -75,8 +75,7 @@
         lcd.setBrightness(0.5); // put LED backlight on 50%
 
         // can directly print strings at specified co-ordinates
-        lcd.printString("Hello, World!",0,0);
-
+       
         char buffer[14];  // each character is 6 pixels wide, screen is 84 pixels (84/6 = 14)
         // so can display a string of a maximum 14 characters in length
         // or create formatted strings - ensure they aren't more than 14 characters long