Dual CANbus monitor and instrumentation cluster supporting ILI9341 display controller

Dependencies:   SPI_TFTx2_ILI9341 TOUCH_TFTx2_ILI9341 TFT_fonts mbed

Fork of CANary by Tick Tock

Revision:
133:b0675d9d11dd
Parent:
132:08748a67280a
Child:
134:ad243e4f1a17
--- a/displayModes.cpp	Wed Jul 24 12:29:22 2013 +0000
+++ b/displayModes.cpp	Wed Jul 24 12:33:49 2013 +0000
@@ -51,9 +51,9 @@
                 printf("%3.1f \n",convertDistance(minTripEff*useable_kWh));
                 tt.locate(280,120);            
                 printf("%4.1f \n",convertDistance(maxTripEff*useable_kWh));
-                tt.foreground(Yellow);
-                tt.set_font((unsigned char*) Arial28x28);
             }
+            tt.foreground(Yellow);
+            tt.set_font((unsigned char*) Arial28x28);
         }
         if(force||SOC_x10!=lSOC){
             tt.locate(200,10);