C12832 LCD with generic interface

Dependents:   SongsAndLights I2CSong app-shield-all LCD_Games ... more

Fork of C12832_lcd_fork by Chris Styles

This is derived from the great work done Peter Dresche. I simply removed the MCU specific code, and added a pinmap at the top level, so that this component can we wired up any way.

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Wed Dec 05 07:48:27 2012 +0000
Parent:
4:8d812da33cdc
Child:
6:6b96b16aad47
Commit message:
fix header file

Changed in this revision

C12832_lcd.h Show annotated file Show diff for this revision Revisions of this file
--- a/C12832_lcd.h	Wed Dec 05 07:17:51 2012 +0000
+++ b/C12832_lcd.h	Wed Dec 05 07:48:27 2012 +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;