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.
Fork of C12832_lcd by
Revision 12:66b988c1b143, committed 2014-01-21
- 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;
