this is kazushi's branch of AD128160

Fork of AD128160 by Gingax x

Revision:
3:f5576943e216
Parent:
2:5d8d5291b4cd
Child:
4:1f72df1a88e0
--- a/s_Lcd.h	Sat Oct 08 08:19:31 2011 +0000
+++ b/s_Lcd.h	Sat Oct 08 23:51:33 2011 +0000
@@ -9,7 +9,6 @@
 void line(int x0,int y0,int x1,int y1);
 void circle(int x0,int y0,int r,int paint);
 void lcdprint(char data[98],int x0,int y0);
-void lcdput(unsigned char data,int x0,int y0);
 void lcdspeed();
 void cls();
 #endif