Another tweak today, I added instantaneous battery power consumption in KWh to the second line of the display. In order to make room, I had to do away with the V and A characters after the voltage and current draw. Here is the new display:
The top line, from left to right, contains Battery Pack Remaining KWh, SOC (“GIDs”), SOC % (GIDs/281*100), and Remaining Fuel Bars.
The bottom line now contains Battery Pack Voltage, Battery Pack Current Draw (Amps), and Battery Power Consumption (Pack Voltage * Pack Amps).
For users who prefer the old display, I added:
#define SHOW_KWH
#define SHOW_KW
If you comment out both lines, the display will be the same as v1.0, but with the smoothing that was added in v1.1.
As usual can download the latest release from github: https://github.com/lincomatic/LeafCAN/downloads.
