A C12832 LCD with generic interface

Dependents:   mbed_blinky HTTPClient_HelloWorld websocketandnode xbeerx ... more

Fork of C12832 by Chris Styles

Revision:
10:8f86576007d6
Parent:
8:c9afe58d786a
Child:
12:4affce236743
--- a/C12832_lcd.cpp	Fri Oct 25 21:35:30 2013 +0000
+++ b/C12832_lcd.cpp	Sun Oct 27 23:16:07 2013 +0000
@@ -172,7 +172,8 @@
     memset(buffer,0x00,512);  // clear display buffer
     copy_to_lcd();
     auto_up = 1;              // switch on auto update
-    claim(stdout);           // redirekt printf to lcd
+    // dont do this by default. Make the user call
+    //claim(stdout);           // redirekt printf to lcd
     locate(0,0);
     set_font((unsigned char*)Small_7);  // standart font
 }