PB / DOGL128

Dependents:   DOGL128Test

Fork of C12832_lcd by Peter Drescher

Revision:
11:045ceacdd1af
Parent:
3:468cdccff7af
Child:
12:a66fded29327
diff -r 8d812da33cdc -r 045ceacdd1af C12832_lcd.h
--- a/C12832_lcd.h	Wed Dec 05 07:17:51 2012 +0000
+++ b/C12832_lcd.h	Sat Jul 16 18:46:12 2016 +0000
@@ -204,13 +204,13 @@
       * if switched off the program has to call copy_to_lcd() 
       * to update screen from framebuffer
       */
-    void C12832_LCD::set_auto_up(unsigned int up);
+    void set_auto_up(unsigned int up);
 
     /** get status of the auto update function
       *
       *  @returns if auto update is on
       */
-    unsigned int C12832_LCD::get_auto_up(void);
+    unsigned int get_auto_up(void);
 
     /** Vars     */
     SPI _spi;
@@ -282,7 +282,7 @@
     unsigned int orientation;
     unsigned int char_x;
     unsigned int char_y;
-    unsigned char buffer[512];
+    unsigned char buffer[1024];
     unsigned int contrast;
     unsigned int auto_up;