pl_text_size_009

This commit is contained in:
e2002
2023-03-07 11:39:55 +03:00
parent 85002490ed
commit 617bbba589
18 changed files with 153 additions and 129 deletions

View File

@@ -19,6 +19,10 @@ void FillWidget::_draw(){
dsp.fillRect(_config.left, _config.top, _width, _height, _bgcolor);
}
void FillWidget::setHeight(uint16_t newHeight){
_height = newHeight;
//_draw();
}
/************************
TEXT WIDGET
************************/