new battery bar
Dependencies: CAN_IDs CanControl Dashboard PinDetect PowerControl mbed-rtos mbed
Diff: main.cpp
- Revision:
- 27:6ffb44623906
- Parent:
- 24:d848de26452b
- Child:
- 28:63ef4790703f
--- a/main.cpp Tue May 23 21:16:24 2017 +0000 +++ b/main.cpp Tue May 23 21:18:50 2017 +0000 @@ -265,7 +265,8 @@ dash.displayThrottle(abs(throttle_power), reverse); dash.updateThrottleBar(2, abs(throttle_power), 50, 20, 20, 5); //displayAdvisedThrottle(advised_throttle_power); - dash.updatePowerBars(power_out, power_in); + //dash.updatePowerBars(power_out, power_in); + dash.updateTemperatureBars(motor_temperature, battery_temperature); //circular display (3) //updateProgressCircle(3, battery_percentage_left);