new throttle bar :P

Dependents:   SOS_V1

Files at this revision

API Documentation at this revision

Comitter:
Marrkk_92
Date:
Tue May 23 21:40:31 2017 +0000
Parent:
8:0a9f811c3ae6
Commit message:
update for temp bars and comment-out updateThrottleBar

Changed in this revision

Dashboard.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Dashboard.cpp	Tue May 23 21:15:11 2017 +0000
+++ b/Dashboard.cpp	Tue May 23 21:40:31 2017 +0000
@@ -721,8 +721,8 @@
     }
 
     writeNumber(2, motor_temperature, 22, 47, 3, false);
-    writeLetter(2 , '*', 22, 39);
-    writeLetter(2 , 'C', 22, 35);
+    writeLetter(2 , '*', 22, 43);
+    writeLetter(2 , 'C', 22, 39);
     
     writeLetter(2 , 'T', 12, 55);
     writeLetter(2 , 'm', 12, 51);
@@ -863,6 +863,7 @@
             drawPixel(2, 52, i, 0xFF);
     }
     
+    //0, 25, 50, 75 and 100%
     drawPixel(2, 49, 30, 0xF0);
     drawPixel(2, 49, 20, 0xF0);
     drawPixel(2, 49, 10, 0x0F);