We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e43d5 commit 098edaaCopy full SHA for 098edaa
src/components/display/drivers/dispDrvSt7789.h
@@ -76,6 +76,7 @@ class dispDrvSt7789 : public dispDrvBase {
76
_display->setRotation(_rotation);
77
_display->fillScreen(ST77XX_BLACK);
78
_display->setTextColor(ST77XX_WHITE);
79
+ _display->setTextSize(_text_sz);
80
return true;
81
}
82
0 commit comments