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

common.h

Committer:
TickTock
Date:
2013-03-19
Revision:
33:a277743ebdeb
Parent:
31:082372c83f68
Child:
35:5acbd8a64a89

File content as of revision 33:a277743ebdeb:

#define offScreen 0
#define logScreen 1
#define dteScreen 2
#define brakeScreen 3
#define powerScreen 4
#define monitorScreen 5
#define changedScreen 6
#define cpScreen 7
#define config1Screen 8
#define config2Screen 9
#define maxScreens 9
#define btnGap 10

#define maxBufLen 768
#define canTimeout 5
#define userTimeout 10