Diff: s_Lcd.h
- Revision:
- 5:39b01a6f0f75
- Parent:
- 4:1f72df1a88e0
- Child:
- 6:96576c9c7828
diff -r 1f72df1a88e0 -r 39b01a6f0f75 s_Lcd.h --- a/s_Lcd.h Sun Oct 23 02:06:34 2011 +0000 +++ b/s_Lcd.h Wed Nov 23 12:12:11 2011 +0000 @@ -2,10 +2,6 @@ #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);