Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
149:e9739523109f
Parent:
148:6e3b9135fad2
Child:
150:ef46ce63345c
--- a/displayModes.h	Thu Sep 12 14:42:22 2013 +0000
+++ b/displayModes.h	Wed Sep 25 03:33:18 2013 +0000
@@ -63,6 +63,8 @@
 extern bool brakeMon;
 extern float curEff;
 extern unsigned short uMsgId[8];
+extern float ambient_F;
+extern float nomDrag;
 
 extern "C" {
     void printLast (bool force, bool showButtons);
@@ -82,6 +84,7 @@
     float convertDistance(float input); // LM - Metric
     float convertC(float input); // LM - Metric
     float convertF(float input); // LM - Metric
+    float airDrag(float F);
     char* distanceUnit(); // LM - Metric
     char* temperatureUnit(); // LM - Metric
 }
\ No newline at end of file