A class for managing SSD1306 controlled LCD´s (cheap 128x64 models, 0.96'') with more scroll features

Dependents:   2PA2S 2PA2S_v2

Revision:
2:7f1160c1a741
Parent:
1:c5cf4ca5939f
Child:
3:bb6fba3e84ff
--- a/ssd1306.h	Wed Oct 25 15:56:50 2017 +0000
+++ b/ssd1306.h	Thu Oct 26 16:07:21 2017 +0000
@@ -94,6 +94,10 @@
     
     void putchar (char c, bool refresh=false);
     
+    void puts (char *s, bool refresh=false);
+    
+    void locate (char row, char column);
+    
     void display (void);
     
     void set_contrast (char v);