Leave 15px free to the edges
This commit is contained in:
@ -38,6 +38,10 @@ protected:
|
||||
touchgfx::DrawableListItems<DebugViewLine, 13> listListItems;
|
||||
touchgfx::Line line1;
|
||||
touchgfx::PainterRGB565 line1Painter;
|
||||
touchgfx::Line line1_2;
|
||||
touchgfx::PainterRGB565 line1_2Painter;
|
||||
touchgfx::Line line1_1;
|
||||
touchgfx::PainterRGB565 line1_1Painter;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
#include <mvp/View.hpp>
|
||||
#include <gui/driverview_screen/DriverViewPresenter.hpp>
|
||||
#include <touchgfx/widgets/Box.hpp>
|
||||
#include <touchgfx/widgets/Image.hpp>
|
||||
#include <gui/containers/TireTemp.hpp>
|
||||
#include <touchgfx/widgets/canvas/Line.hpp>
|
||||
#include <touchgfx/widgets/canvas/PainterRGB565.hpp>
|
||||
@ -65,7 +64,6 @@ protected:
|
||||
* Member Declarations
|
||||
*/
|
||||
touchgfx::Box __background;
|
||||
touchgfx::Image logo;
|
||||
TireTemp tireTempRR;
|
||||
TireTemp tireTempFR;
|
||||
TireTemp tireTempRL;
|
||||
@ -85,7 +83,7 @@ protected:
|
||||
DriverViewField field2;
|
||||
DriverViewField field3;
|
||||
touchgfx::ScrollWheel fieldTypeSelection;
|
||||
touchgfx::DrawableListItems<DriverViewFieldSelection, 11> fieldTypeSelectionListItems;
|
||||
touchgfx::DrawableListItems<DriverViewFieldSelection, 10> fieldTypeSelectionListItems;
|
||||
touchgfx::BoxProgress prechargeProgress;
|
||||
touchgfx::TextArea prechargeLabel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user