nlgplay for mbed

Dependencies:   SDFileSystemEx mbed

Revision:
1:ec416e6d5739
Parent:
0:2053640461b5
--- a/lcd.h	Sat May 17 12:54:13 2014 +0000
+++ b/lcd.h	Mon May 19 03:10:50 2014 +0000
@@ -6,5 +6,8 @@
 void lcd_setCursor(unsigned char x,unsigned char y);
 void lcd_cls(void);
 void lcd_init();
+void lcd_printStr2(const char *s, const char *s2);
+void lcd_printStrY(int y,const char *s);
+void lcd_printStrYscr(int y,const char *s);
 
 #endif