We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1178bb8 commit ef261ddCopy full SHA for ef261dd
src/components/display/drivers/dispDrvSt7789.h
@@ -82,6 +82,7 @@ class dispDrvSt7789 : public dispDrvBase {
82
_display->setRotation(_rotation);
83
_display->fillScreen(ST77XX_BLACK);
84
_display->setTextColor(ST77XX_WHITE);
85
+ _display->setTextWrap(false);
86
87
// Turn on backlight
88
#if defined(ARDUINO_FUNHOUSE_ESP32S2)
0 commit comments