ELEC2645 (2018/19) / Mbed 2 deprecated el17ttds

Dependencies:   mbed N5110_tf

Revision:
4:3446009e2f38
Parent:
3:3d35ab70b565
Child:
7:08f78909dda7
--- a/main.cpp	Mon May 06 19:50:27 2019 +0000
+++ b/main.cpp	Tue May 07 19:25:20 2019 +0000
@@ -12,7 +12,8 @@
     string option = menu();
     begin(option);
 
-    lcd.printString("     END",0,3);
+    lcd.printString("     END",0,5);
+    lcd.refresh();
 }
 
 void init() {
@@ -158,4 +159,4 @@
 
     lcd.printString("   Credits!!   ",0,0);
     lcd.refresh();
-}
\ No newline at end of file
+}