Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: co657_lcdplay co657_nrf52_beacons door_lock co657_IoT
Fork of C12832 by
Diff: C12832_lcd.cpp
- Revision:
- 8:c9afe58d786a
- Parent:
- 7:0f5a3b0f3cab
- Child:
- 10:8f86576007d6
diff -r 0f5a3b0f3cab -r c9afe58d786a C12832_lcd.cpp
--- 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)
