Show initial checkup state & hydraulic pressures
This commit is contained in:
@ -10,10 +10,11 @@
|
||||
#include <touchgfx/widgets/Box.hpp>
|
||||
#include <touchgfx/widgets/Image.hpp>
|
||||
#include <touchgfx/widgets/TextArea.hpp>
|
||||
#include <touchgfx/widgets/TextAreaWithWildcard.hpp>
|
||||
#include <touchgfx/containers/Container.hpp>
|
||||
#include <touchgfx/widgets/TextAreaWithWildcard.hpp>
|
||||
#include <touchgfx/widgets/canvas/Shape.hpp>
|
||||
#include <touchgfx/widgets/canvas/PainterRGB565.hpp>
|
||||
#include <touchgfx/containers/progress_indicators/BoxProgress.hpp>
|
||||
|
||||
class AMIViewBase : public touchgfx::View<AMIPresenter>
|
||||
{
|
||||
@ -33,6 +34,7 @@ protected:
|
||||
touchgfx::Box __background;
|
||||
touchgfx::Image logo;
|
||||
touchgfx::TextArea currentMission;
|
||||
touchgfx::Container driving;
|
||||
touchgfx::TextArea textArea1;
|
||||
touchgfx::TextArea textArea2;
|
||||
touchgfx::TextAreaWithOneWildcard desiredAngle;
|
||||
@ -64,6 +66,18 @@ protected:
|
||||
touchgfx::PainterRGB565 cone9Painter;
|
||||
touchgfx::Shape<3> ft;
|
||||
touchgfx::PainterRGB565 ftPainter;
|
||||
touchgfx::Container init;
|
||||
touchgfx::TextArea textArea8;
|
||||
touchgfx::TextArea textArea7;
|
||||
touchgfx::TextAreaWithOneWildcard pressRear;
|
||||
touchgfx::TextAreaWithOneWildcard pressFront;
|
||||
touchgfx::TextAreaWithOneWildcard pressB;
|
||||
touchgfx::TextAreaWithOneWildcard pressA;
|
||||
touchgfx::TextArea textArea6;
|
||||
touchgfx::TextArea textArea5;
|
||||
touchgfx::BoxProgress progressBar;
|
||||
touchgfx::TextArea initLabel;
|
||||
touchgfx::TextAreaWithOneWildcard progressLabel;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user