Add precharge progress bar
This commit is contained in:
@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user