Skip to content

Commit 098edaa

Browse files
committed
Fix text size, DisplayWrite not showing up yet
1 parent 33e43d5 commit 098edaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/display/drivers/dispDrvSt7789.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class dispDrvSt7789 : public dispDrvBase {
7676
_display->setRotation(_rotation);
7777
_display->fillScreen(ST77XX_BLACK);
7878
_display->setTextColor(ST77XX_WHITE);
79+
_display->setTextSize(_text_sz);
7980
return true;
8081
}
8182

0 commit comments

Comments
 (0)