LCD

Dependencies:   LCDLib mbed

Fork of KS0066U4_16x2 by Rune Langoy

Revision:
3:81d65a2a1920
Parent:
2:47cd49e26bfc
Child:
4:afa73d3e1a34
--- a/main.cpp	Mon Sep 21 10:03:05 2015 +0000
+++ b/main.cpp	Mon Sep 21 10:18:03 2015 +0000
@@ -3,13 +3,13 @@
  
  TextLCD lcd(D11,D10,D9,D5,D4,D3,D2);
  int main()
- {
+ {    
     lcd.gotoxy(1,1);
-    lcd.printf("First Line");
+    lcd.printf("Hello");
  
     lcd.gotoxy(4,2);
-    lcd.printf("Second Line");
- 
+    lcd.printf("World");
+    
     while(1) {
         wait_ms(300);
     }