Add precharge progress bar

This commit is contained in:
2023-03-21 19:05:54 +01:00
parent ff37c8503d
commit 04b95a19d1
25 changed files with 4724 additions and 86 deletions

View File

@ -17,6 +17,7 @@
#include <gui/containers/DriverViewField.hpp>
#include <touchgfx/containers/scrollers/ScrollWheel.hpp>
#include <gui/containers/DriverViewFieldSelection.hpp>
#include <touchgfx/containers/progress_indicators/BoxProgress.hpp>
class DriverViewViewBase : public touchgfx::View<DriverViewPresenter>
{
@ -85,6 +86,8 @@ protected:
DriverViewField field3;
touchgfx::ScrollWheel fieldTypeSelection;
touchgfx::DrawableListItems<DriverViewFieldSelection, 11> fieldTypeSelectionListItems;
touchgfx::BoxProgress prechargeProgress;
touchgfx::TextArea prechargeLabel;
private: