add wheelspeeds to system overview

This commit is contained in:
2025-08-01 02:00:27 +02:00
parent d07f944150
commit a3279514d0
15 changed files with 152 additions and 25 deletions

View File

@ -47,9 +47,14 @@ protected:
DriverViewStatusItem statusSNF;
DriverViewStatusItem statusBPR;
DriverViewStatusItem statusAPPS;
DriverViewStatusItem statusWSS_RR;
DriverViewStatusItem statusWSS_FR;
DriverViewStatusItem statusWSS_FL;
DriverViewStatusItem statusWSS_RL;
DriverViewStatusItem statusBPF;
touchgfx::TextArea textArea1;
touchgfx::TextArea textArea1_1;
touchgfx::TextArea text_BRAKES;
touchgfx::TextArea text_APPS;
touchgfx::TextArea text_WSS;
private: