new methods for lora

gui
This commit is contained in:
2020-06-25 21:47:55 +02:00
parent ccd7f119d3
commit ca661a9372
3 changed files with 122 additions and 1 deletions

View File

@@ -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 {