Show battery temperature
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
#include <touchgfx/containers/progress_indicators/LineProgress.hpp>
|
||||
#include <touchgfx/widgets/canvas/PainterRGB565.hpp>
|
||||
#include <touchgfx/widgets/TextArea.hpp>
|
||||
#include <gui/containers/Temperature.hpp>
|
||||
#include <touchgfx/widgets/canvas/Line.hpp>
|
||||
#include <gui/containers/Temperature.hpp>
|
||||
#include <touchgfx/containers/scrollers/ScrollWheel.hpp>
|
||||
#include <gui/containers/DriverViewFieldSelection.hpp>
|
||||
#include <gui/containers/DriverViewField.hpp>
|
||||
@ -77,11 +77,20 @@ protected:
|
||||
touchgfx::TextArea tsSoCLabel;
|
||||
touchgfx::TextArea lvSoCLabel;
|
||||
touchgfx::Container drivetrainTemps;
|
||||
touchgfx::TextArea motorTempLabel;
|
||||
Temperature motorTempL;
|
||||
Temperature motorTempR;
|
||||
touchgfx::Line batTempDiv;
|
||||
touchgfx::PainterRGB565 batTempDivPainter;
|
||||
Temperature batTempR;
|
||||
Temperature batTempL;
|
||||
touchgfx::TextArea batTempLabel;
|
||||
touchgfx::Line dtDiv2;
|
||||
touchgfx::PainterRGB565 dtDiv2Painter;
|
||||
touchgfx::Line motorTempDiv;
|
||||
touchgfx::PainterRGB565 motorTempDivPainter;
|
||||
Temperature motorTempR;
|
||||
Temperature motorTempL;
|
||||
touchgfx::TextArea motorTempLabel;
|
||||
touchgfx::Line dtDiv1;
|
||||
touchgfx::PainterRGB565 dtDiv1Painter;
|
||||
touchgfx::Line invTempDiv;
|
||||
touchgfx::PainterRGB565 invTempDivPainter;
|
||||
Temperature invTempR;
|
||||
|
||||
Reference in New Issue
Block a user