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 Muscle_Controlled_Servo by
Diff: LCD.h
- Revision:
- 5:11489c0bd020
- Parent:
- 4:bcef9164776e
- Child:
- 8:462ce856429b
--- a/LCD.h Tue Apr 03 20:00:23 2018 +0000
+++ b/LCD.h Thu Apr 05 15:54:48 2018 +0000
@@ -9,6 +9,12 @@
//////////////////////////
////////Functions/////////
+ void LCD_INIT(void);
+ int32_t bar_graph(uint8_t level); //Display a bar graph on the lcd 2nd line scale 0 to 15
+
+ int32_t lcd_cls(void); //LCD Functions here, Clear Screen, Locate and Display String
+ int32_t lcd_locate(uint8_t line, uint8_t column); //Line Max is 2, Column max is 16
+ int32_t lcd_display(char* str); //String str length maximum is 16
//////////////////////////
#endif
