LCD library for Akizuki AQM1248A graphic LCD module

Dependents:   FRDM_MAG3110 Nucleo_AQM1248A Nucleo_AQM1248A_GT20L16J1Y

Fork of C12832_lcd by Peter Drescher

see http://mbed.org/users/masato/code/Nucleo_AQM1248A/

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Fri Dec 21 21:58:19 2012 +0000
Parent:
7:0f5a3b0f3cab
Child:
9:e0e646b7fd20
Commit message:
BUGFIX IN AUTOUPDATE

Changed in this revision

C12832_lcd.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/C12832_lcd.cpp	Fri Dec 21 20:43:59 2012 +0000
+++ b/C12832_lcd.cpp	Fri Dec 21 21:58:19 2012 +0000
@@ -637,6 +637,7 @@
 void C12832_LCD::set_auto_up(unsigned int up)
 {
     if(up ) auto_up = 1;
+    else auto_up = 0;
 }
 
 unsigned int C12832_LCD::get_auto_up(void)