El-POM1001
/
LAB05_Oppgave3
LCD
Fork of KS0066U4_16x2 by
Diff: main.cpp
- Revision:
- 2:47cd49e26bfc
- Parent:
- 1:be0ba4cb6c5d
- Child:
- 3:81d65a2a1920
--- a/main.cpp Sun Sep 20 18:02:03 2015 +0000 +++ b/main.cpp Mon Sep 21 10:03:05 2015 +0000 @@ -5,10 +5,10 @@ int main() { lcd.gotoxy(1,1); - lcd.printf("Line nr 1"); + lcd.printf("First Line"); lcd.gotoxy(4,2); - lcd.printf("Line nr 2"); + lcd.printf("Second Line"); while(1) { wait_ms(300);