Digital_project 57340500039 57340500070

Dependencies:   mbed

Fork of Digital_project by Teerapong Apiraungpituk

Revision:
1:a4c852d25ead
Parent:
0:4585326daab4
Child:
2:6b2526c99e5c
--- a/LCD4884.h	Mon Dec 07 16:05:23 2015 +0000
+++ b/LCD4884.h	Mon Dec 07 16:12:55 2015 +0000
@@ -47,7 +47,7 @@
     void LCD_set_XY(unsigned char X, unsigned char Y);
     void LCD_write_string(unsigned char X,unsigned char Y,char *s, char mode); // *s can be input as "<your string>"
     void LCD_clear(void); // blank the screen
-    void LCD_pixel(unsigned char X, unsigned char Y, char mode); //X,Y = x,y coodinate, mode : MENU_NORMAL = off/ others = on
+    void LCD_pixel(unsigned char X, unsigned char Y); //X,Y = x,y coodinate, mode : MENU_NORMAL = off/ others = on
     };
 }
 extern LCD4884 lcd;