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: Maple_LCD.h
- Revision:
- 3:eec13a411e94
- Parent:
- 1:aefa1992ce0f
--- a/Maple_LCD.h Sun Oct 16 01:27:35 2011 +0000 +++ b/Maple_LCD.h Sun Oct 30 21:20:23 2011 +0000 @@ -13,10 +13,6 @@ #ifndef MAPLE_LCD_H_ #define MAPLE_LCD_H_ -//constants -#define LCD_CURSOR_ON 1 -#define LCD_CURSOR_OFF 0 - // prototypes void LCD_clear_display(); void LCD_return_home(); @@ -36,6 +32,7 @@ void LCD_print_string(char s[]); void LCD_print_hex(int i); void LCD_locate(int row, int column); -void LCD_cursor(int c); +void LCD_cursor_on(); +void LCD_cursor_off(); #endif