Library for Nuelectronics Nokia 3310/5110 LCD Display and joystick.
Fork of N3310LCD by
Library for Nuelectronics Nokia 3310/5110 LCD Display and joystick.
Diff: N3310LCD.cpp
- Revision:
- 6:46bcc4e584c4
- Parent:
- 5:1fd7af32e521
- Child:
- 8:0380b34047ad
diff -r 1fd7af32e521 -r 46bcc4e584c4 N3310LCD.cpp --- a/N3310LCD.cpp Wed Mar 27 21:09:58 2013 +0000 +++ b/N3310LCD.cpp Fri Jul 19 13:42:00 2013 +0000 @@ -62,7 +62,7 @@ writeCommand(0x0c); // LCD in normal mode cls(); setFont( FONT_5x7 ); -// setFont( FONT_6x8 ); + } @@ -77,15 +77,7 @@ fontEndChar = 128; fontStart = font6_8; break; - - /* case FONT_ALPHA_17x17: - fontWidth = 17; - fontHeight = 17; - fontStartChar = 65; - fontEndChar = 91; - fontStart = Liberation_Sans17x17_Alpha; - break; -*/ + default: fontWidth = 5; fontHeight = 7;