new methods for lora
gui
This commit is contained in:
@@ -27,7 +27,13 @@ public:
|
||||
setNeedsRedraw();
|
||||
}
|
||||
|
||||
void setColorBackground(Color c) {
|
||||
this->cBackground = c;
|
||||
}
|
||||
|
||||
void setColorText(Color c) {
|
||||
this->cText = c;
|
||||
}
|
||||
|
||||
/** draw the label */
|
||||
void draw(UIPainter& p) override {
|
||||
|
||||
Reference in New Issue
Block a user