64x128 Graphic LCD Library

Dependencies:   LCD_fonts

Fork of C12832_lcd by Peter Drescher

Files at this revision

API Documentation at this revision

Comitter:
tonydbeck
Date:
Tue Jan 21 22:53:24 2014 +0000
Parent:
11:cbee83ead206
Commit message:
Removed gLCD:: from set_auto_up and get_auto_up in gLCD.h as this is not required and can cause errors in offline compliers

Changed in this revision

gLCD.h Show annotated file Show diff for this revision Revisions of this file
--- a/gLCD.h	Tue Jan 21 22:35:31 2014 +0000
+++ b/gLCD.h	Tue Jan 21 22:53:24 2014 +0000
@@ -218,13 +218,13 @@
       * if switched off the program has to call copy_to_lcd() 
       * to update screen from framebuffer
       */
-    void gLCD::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 gLCD::get_auto_up(void);
+    unsigned int get_auto_up(void);
 
     /** Vars     */
     SPI _spi;