Make DriverView fields more modular
This commit is contained in:
@ -24,7 +24,7 @@ DriverViewFieldBase::DriverViewFieldBase()
|
||||
value.setPosition(0, 20, 160, 57);
|
||||
value.setColor(touchgfx::Color::getColorFromRGB(255, 255, 255));
|
||||
value.setLinespacing(0);
|
||||
value.setTypedText(touchgfx::TypedText(T___SINGLEUSE_K26P));
|
||||
value.setTypedText(touchgfx::TypedText(T_NUMBERWILDCARD));
|
||||
add(value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user