t

Dependencies:   DMBasicGUI DMSupport mbed

Fork of lpc4088_displaymodule_hello_world by Embedded Artists

Files at this revision

API Documentation at this revision

Comitter:
JVI_1556
Date:
Fri Oct 26 11:47:39 2018 +0000
Parent:
5:aa78408d4e5a
Commit message:
t

Changed in this revision

DMSupport.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/DMSupport.lib	Tue Apr 28 12:00:49 2015 +0000
+++ b/DMSupport.lib	Fri Oct 26 11:47:39 2018 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/Embedded-Artists/code/DMSupport/#e1cb4dd9bfeb
+https://os.mbed.com/users/JVI_1556/code/DMSupport/#096931c776eb
--- a/main.cpp	Tue Apr 28 12:00:49 2015 +0000
+++ b/main.cpp	Fri Oct 26 11:47:39 2018 +0000
@@ -17,7 +17,7 @@
       break;
     }
     
-    log->printf("\n\nHello World!\n\n");
+    log->printf("\n\nTest Code!\n\n");
     
     SWIM_WINDOW_T win;
     void* fb = disp->allocateFramebuffer();
@@ -37,7 +37,7 @@
     swim_set_title(&win, "My Program", BLACK);
   
     // Message
-    swim_put_text_xy(&win, "Hello World!", 100, 100);
+    swim_put_text_xy(&win, "Test Code!", 100, 100);
     
     // Start display in default mode (16-bit)
     Display::DisplayError disperr = disp->powerUp(fb);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Oct 26 11:47:39 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/552587b429a1
\ No newline at end of file