Driver for the Digole Serial universal LCD display adapter

Dependents:   DataBus

Revision:
5:a78901fe6a7b
Parent:
4:c4b2a8f0d056
--- a/DigoleSerialDisp.h	Mon Feb 25 06:12:59 2013 +0000
+++ b/DigoleSerialDisp.h	Mon May 27 13:25:12 2013 +0000
@@ -344,6 +344,7 @@
     I2C _device;
     uint8_t _address;
     uint8_t _Comdelay;
+    char buf[128];
 
     size_t printNumber(unsigned long n, uint8_t base);
     size_t printFloat(double number, uint8_t digits);