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:
174:cd27e80f197d
diff -r 7ee98e3611bc -r 355e284f5201 utility.h
--- a/utility.h	Tue Dec 24 12:20:50 2013 +0000
+++ b/utility.h	Sat Dec 28 14:53:14 2013 +0000
@@ -82,6 +82,9 @@
 extern unsigned short modelYear;
 extern bool enableSound;
 extern const unsigned char Arial12x12[];
+extern unsigned long tbScalar;
+extern unsigned long rbScalar;
+extern unsigned long fbScalar;
 
 extern "C" {
     void mbed_reset();