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:
171:355e284f5201
Parent:
170:7ee98e3611bc
Child:
176:9c19f9856c76
--- a/displayModes.h	Tue Dec 24 12:20:50 2013 +0000
+++ b/displayModes.h	Sat Dec 28 14:53:14 2013 +0000
@@ -76,6 +76,9 @@
 extern bool CCon;
 extern float kWperGid;
 extern unsigned short startGids;
+extern unsigned long tbScalar;
+extern unsigned long rbScalar;
+extern unsigned long fbScalar;
 
 extern "C" {
     void printLast (bool force, bool showButtons);