Basic swim GUI for LPC4088

Fork of DMBasicGUI by Embedded Artists

Revision:
28:5457bdb06bbc
Parent:
24:bd216e6a4628
Child:
29:462eb35c5947
--- a/Application/AppLauncher.cpp	Sun Mar 06 16:28:32 2016 -0700
+++ b/Application/AppLauncher.cpp	Sun Mar 06 17:22:48 2016 -0700
@@ -56,7 +56,7 @@
                      _disp->width(), _disp->height(),         // full size
                      (COLOR_T*)_fb,
                      0,0,_disp->width()-1, _disp->height()-1, // window position and size
-                     0,                                     // border
+                     0,                                       // border
                      BLACK, WHITE, BLACK);                    // colors: pen, backgr, forgr
     swim_set_title(_win, "Lifeloc", WHITE);