Repo_test

Dependencies:   4DGL-uLCD-SE mbed

Fork of uLCD_test by Jack Sugar

Files at this revision

API Documentation at this revision

Comitter:
slicht
Date:
Wed Aug 30 19:33:19 2017 +0000
Parent:
0:53bbc6d1d4de
Commit message:
Test commit "double Rocks"

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Aug 26 23:35:29 2017 +0000
+++ b/main.cpp	Wed Aug 30 19:33:19 2017 +0000
@@ -45,6 +45,6 @@
     wait(.5);
 //    uLCD.text_width(2); //4X size text
 //    uLCD.text_height(2);
-    uLCD.text_string("ROCKS", 5, 13, FONT_7X8, RED);
+    uLCD.text_string("Double ROCKS", 5, 13, FONT_7X8, RED);
     wait(200);
 }
\ No newline at end of file