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:
- 5:1fd7af32e521
- Parent:
- 4:90dce6032a37
- Child:
- 6:46bcc4e584c4
--- a/N3310LCD.cpp Sun Mar 24 19:21:51 2013 +0000 +++ b/N3310LCD.cpp Wed Mar 27 21:09:58 2013 +0000 @@ -235,8 +235,14 @@ if (cursor_row >= LCDROWMAX) cursor_row=0; } } +} - +int N3310LCD::_putc(int c) { + writeChar(c, NORMAL); + return c; +} +int N3310LCD::_getc() { + return -1; } void N3310LCD::writeCharBig(BYTE xPos, BYTE yPos, BYTE ch, eDisplayMode mode)