A simple 128x32 graphical LCD program to quickstart with LCD on ARM mbed IoT Starter Kit. This requires mbed Applciation Shield with FRDM-K64F platform.

Dependencies:   C12832

Files at this revision

API Documentation at this revision

Comitter:
tushki7
Date:
Sun Apr 12 15:45:52 2015 +0000
Parent:
0:60d829a0353a
Commit message:
A simple 128x32 LCD program with ARM mbed IoT Starter Kit;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Apr 11 04:08:13 2015 +0000
+++ b/main.cpp	Sun Apr 12 15:45:52 2015 +0000
@@ -52,7 +52,7 @@
             ledB = !ledB; // toggle led
         }
         
-        displayMessage("Hello Sir! I'm Online");        // Message
+        displayMessage("Hello Sir, I'm Online");        // Message
         gpo = !gpo;                                     // toggle pin
         led = !led;                                     // toggle led