Add LV status field

This commit is contained in:
2023-05-22 08:51:29 +02:00
parent 216ad67840
commit 6c2943f25e
14 changed files with 47 additions and 22 deletions

View File

@ -120,6 +120,7 @@ protected:
DriverViewStatusItem statusSCS;
DriverViewStatusItem statusPDU;
DriverViewStatusItem statusINV;
DriverViewStatusItem statusLV;
touchgfx::BoxProgress progressBar;
touchgfx::TextArea prechargeLabel;
touchgfx::TextArea r2dLabel;