TireTemp -> BrakeTemp
This commit is contained in:
@ -85,16 +85,16 @@ protected:
|
||||
Temperature invTempR;
|
||||
Temperature invTempL;
|
||||
touchgfx::TextArea invTempLabel;
|
||||
touchgfx::Container tireTemps;
|
||||
touchgfx::Line ttDivVert;
|
||||
touchgfx::PainterRGB565 ttDivVertPainter;
|
||||
touchgfx::Line ttDivHoriz;
|
||||
touchgfx::PainterRGB565 ttDivHorizPainter;
|
||||
Temperature tireTempRR;
|
||||
Temperature tireTempFR;
|
||||
Temperature tireTempRL;
|
||||
Temperature tireTempFL;
|
||||
touchgfx::TextArea tireLabel;
|
||||
touchgfx::Container brakeTemps;
|
||||
touchgfx::Line btDivVert;
|
||||
touchgfx::PainterRGB565 btDivVertPainter;
|
||||
touchgfx::Line btDivHoriz;
|
||||
touchgfx::PainterRGB565 btDivHorizPainter;
|
||||
Temperature brakeTempRR;
|
||||
Temperature brakeTempFR;
|
||||
Temperature brakeTempRL;
|
||||
Temperature brakeTempFL;
|
||||
touchgfx::TextArea brakeLabel;
|
||||
touchgfx::Container dataFields;
|
||||
touchgfx::ScrollWheel fieldTypeSelection;
|
||||
touchgfx::DrawableListItems<DriverViewFieldSelection, 10> fieldTypeSelectionListItems;
|
||||
|
||||
Reference in New Issue
Block a user