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:
70:0700b769ac15
Parent:
66:b7476ce7a59e
Parent:
69:6bfdfc002036
Child:
73:62ee8eae3a84
--- a/common.h	Sat Apr 13 22:46:31 2013 +0000
+++ b/common.h	Sun Apr 14 02:10:40 2013 +0000
@@ -23,3 +23,9 @@
 #define maxBufLen 512
 #define canTimeout 5
 #define userTimeout 15
+
+// gg - 4x4 touch
+// #define tNavRow = 2 ; // for 3x3
+extern unsigned char tNavRow ; // gg - 4x4
+extern char revStr[7]; // gg - version
+