The finial game progect
Fork of N5110 by
Revision 20:f7127febc919, committed 2016-05-05
- Comitter:
- Iverson66
- Date:
- Thu May 05 06:36:08 2016 +0000
- Parent:
- 19:ba8addc061ea
- Commit message:
- The game project. Zhou Jingyuan 200986046
Changed in this revision
N5110.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ba8addc061ea -r f7127febc919 N5110.h --- 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