this is kazushi's branch of AD128160

Fork of AD128160 by Gingax x

Revision:
2:5d8d5291b4cd
Child:
3:f5576943e216
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/s_Lcd.h	Sat Oct 08 08:19:31 2011 +0000
@@ -0,0 +1,15 @@
+#ifndef s_Lcd_H_
+#define a_Lcd_H_
+
+
+void s_Lcdinit();
+void color(int rgb);
+void pixel(int x0,int y0);
+void box(int x0,int y0,int x1,int y1,int paint); 
+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