Basic swim GUI for LPC4088

Fork of DMBasicGUI by Embedded Artists

Revision:
31:560bd5d72d3d
Parent:
30:f1679daafa2e
Child:
32:0bc5e4e1dfcc
--- a/Application/AppLauncher.cpp	Mon Mar 07 21:28:26 2016 -0700
+++ b/Application/AppLauncher.cpp	Mon Mar 07 21:31:45 2016 -0700
@@ -61,7 +61,7 @@
                      BLACK, WHITE, BLACK);                    // colors: pen, backgr, forgr
     swim_set_title(_win, "Lifeloc", WHITE);
 
-    swim_set_default_font(_win, &font_winfreesys14x16);
+    swim_set_default_font(&font_winfreesys14x16);
 
     if (_supportsCalibration) {
       const char* msg = "(Press physical UserButton >2s to calibrate touch)";