Add progress bar to endurance view
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
#include <touchgfx/widgets/BoxWithBorder.hpp>
|
||||
#include <touchgfx/widgets/TextArea.hpp>
|
||||
#include <touchgfx/widgets/TextAreaWithWildcard.hpp>
|
||||
#include <gui/containers/ProgressBar.hpp>
|
||||
|
||||
class EnduranceViewBase : public touchgfx::View<EndurancePresenter>
|
||||
{
|
||||
@ -69,6 +70,7 @@ protected:
|
||||
touchgfx::BoxWithBorder lastLapBox;
|
||||
touchgfx::TextArea textArea1;
|
||||
touchgfx::TextAreaWithOneWildcard lastLapBat;
|
||||
ProgressBar progressBar;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user