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.
Diff: C12832_lcd.h
- Revision:
- 5:0f53e522a2bf
- Parent:
- 3:468cdccff7af
- Child:
- 6:6b96b16aad47
--- 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;