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: displayModes.cpp
- Branch:
- Metric
- Revision:
- 106:f016912a03db
- Parent:
- 103:1389e9efe8c3
- Child:
- 107:e9be732c1ad4
--- a/displayModes.cpp Fri Jun 28 00:13:08 2013 +0000
+++ b/displayModes.cpp Fri Jun 28 20:26:11 2013 +0000
@@ -192,6 +192,11 @@
lkW=kW[0];
}
}
+ if(logEn){
+ tt.fillcircle(310,10,6,Red);
+ }else{
+ tt.fillcircle(310,10,6,Navy);
+ }
}
void braking (bool force, bool showButtons, bool prdata=false){
