This commit is contained in:
JQ
2025-05-04 18:20:53 -07:00
parent 678f36a57b
commit 9d967388f7
2 changed files with 0 additions and 2 deletions

View File

@@ -44,7 +44,6 @@ void ST7789Display::startFrame(Color bkg) {
}
void ST7789Display::setTextSize(int sz) {
_textSize = sz; // Store the text size
switch(sz) {
case 1 :
display.setFont(ArialMT_Plain_10);