Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SPI_TFTx2_ILI9341 TOUCH_TFTx2_ILI9341 TFT_fonts mbed
Fork of CANary by
Diff: main.cpp
- Revision:
- 165:4daa921730dd
- Parent:
- 164:46ed06263b0e
- Child:
- 166:ec3951ba9701
diff -r 46ed06263b0e -r 4daa921730dd main.cpp
--- a/main.cpp Thu Nov 28 03:23:30 2013 +0000
+++ b/main.cpp Tue Dec 03 02:56:50 2013 +0000
@@ -8,8 +8,8 @@
// * Add tire pressure cal (40psi for me = FR 38, RR 38.2, FL 37.8, RL 38 - maybe 2psi error on my tire gauge?)
// * Add on screen messages for heater on, etc, and use refresh feature above to clear in x seconds
-// rev164
-// Turn off noCC DTE when CC is off
+// rev165
+// Re-formatted main and dte displays
#include "mbed.h"
#include "CAN.h"
@@ -19,7 +19,7 @@
#include "utility.h"
#include "displayModes.h"
#include "TOUCH_TFTx2.h"
-char revStr[7] = "164"; // gg - revision string, max 6 characters
+char revStr[7] = "165"; // gg - revision string, max 6 characters
FATFS USBdrive;
LocalFileSystem local("local");
