Revision:
6:96576c9c7828
Parent:
5:39b01a6f0f75
diff -r 39b01a6f0f75 -r 96576c9c7828 s_Lcd.h
--- a/s_Lcd.h	Wed Nov 23 12:12:11 2011 +0000
+++ b/s_Lcd.h	Thu Nov 24 14:01:45 2011 +0000
@@ -2,6 +2,10 @@
 #define a_Lcd_H_
 
 
+void bmp(int x0,int y0,int bmp_n);
+void newline(void);
+void movecorsor(int a);
+void drawc(unsigned char c);
 void s_Lcdinit();
 void color(int rgb);
 void pixel(int x0,int y0);