TireTemp -> BrakeTemp

This commit is contained in:
2023-05-22 06:16:52 +02:00
parent b5c457c84a
commit d1d0c3df1d
4 changed files with 65 additions and 65 deletions

View File

@ -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;