Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341
Dependencies: SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed
Fork of CANary by
Diff: displayModes.h
- 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);