LCD display

Dependents:   LAB05_Oppgave4

Fork of LCDLib by Rune Langoy

Revision:
2:f0a520c95838
Parent:
1:8902f6be12a5
Child:
3:d2f70de20dbe
--- a/TextLCD.h	Sun Sep 20 10:36:08 2015 +0000
+++ b/TextLCD.h	Sun Sep 20 10:42:51 2015 +0000
@@ -31,7 +31,7 @@
   
     
     //Moves cursor to the X,Y position
-    void gotoxy(unsigned char , unsigned char );
+    void gotoxy(int , int );
     
     //Writes a string to the LCD Display
     void lcd_print(char *);