Test for STM32F4

Dependents:   Nucleo_SSD1331

Fork of RGB_OLED_SSD1331 by Juergen M

Revision:
12:8e27450eb391
Parent:
11:162aa3e801df
Child:
13:8dd215952d76
--- a/src/SGL.cpp	Wed Nov 18 09:28:05 2015 +0000
+++ b/src/SGL.cpp	Wed Nov 18 23:32:15 2015 +0000
@@ -277,7 +277,7 @@
         
     while(*string)
     {
-        drawChar(*string, x, y, zoom, color);
+        drawChar(*string, x, y, color, zoom);
         *string++;
         x += fontSpace*zoom;
         if(x >= _width-1)