mbed Application board library for on-board LCD
Dependents: DallasHackathon app-board-Joystick-with-LCD HW7-1_Xively_Thermostat analog-transportation-systems ... more
Fork of C12832_lcd by
Revision 9:3e64ca073642, committed 2013-09-15
- Comitter:
- atthackathon
- Date:
- Sun Sep 15 15:35:41 2013 +0000
- Parent:
- 8:c9afe58d786a
- Commit message:
- Updated constructor to pass name. Dont claim stdout anymore
Changed in this revision
C12832_lcd.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c9afe58d786a -r 3e64ca073642 C12832_lcd.cpp --- a/C12832_lcd.cpp Fri Dec 21 21:58:19 2012 +0000 +++ b/C12832_lcd.cpp Sun Sep 15 15:35:41 2013 +0000 @@ -172,7 +172,7 @@ memset(buffer,0x00,512); // clear display buffer copy_to_lcd(); auto_up = 1; // switch on auto update - claim(stdout); // redirekt printf to lcd +// claim(stdout); // redirekt printf to lcd locate(0,0); set_font((unsigned char*)Small_7); // standart font }