Library for Nuelectronics Nokia 3310/5110 LCD Display and joystick.

Dependents:   LEDFun NetTester

Fork of N3310LCD by Andrew Lindsay

Library for Nuelectronics Nokia 3310/5110 LCD Display and joystick.

Revision:
1:51961974fe55
Parent:
0:7efa6655d94b
Child:
3:9808f63fd2fe
--- a/N3310Fonts.h	Sun Mar 10 18:15:25 2013 +0000
+++ b/N3310Fonts.h	Sun Mar 10 18:29:09 2013 +0000
@@ -13,7 +13,7 @@
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
-* 
+*
 * N3310LCD is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -30,8 +30,7 @@
 // 1 pixel space at left and bottom
 // index = ASCII - 32
 
-unsigned char font6_8[][6] =
-{
+unsigned char font6_8[][6] = {
     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },   // sp
     { 0x00, 0x00, 0x00, 0x2f, 0x00, 0x00 },   // !
     { 0x00, 0x00, 0x07, 0x00, 0x07, 0x00 },   // "
@@ -127,11 +126,10 @@
 };
 
 
-//******* VERY LARGE FONTS ********** 
+//******* VERY LARGE FONTS **********
 //used here for displaying numbers 0 - 9 and '+', '-', '.'
 
-unsigned char   big_number[13][3][16]  = 
-{
+unsigned char   big_number[13][3][16]  = {
     0,128,192,224,224,96,224,224,  //'0'
     192,128,0,0,0,0,0,0
     ,