diff --git a/kgfx.cpp b/kgfx.cpp index 8198fbf..effffad 100644 --- a/kgfx.cpp +++ b/kgfx.cpp @@ -77,7 +77,7 @@ void KGFX::drawTextCenter(TFT_eSprite &spr, const char *txt, const tftfont_t &f, tft.setCursor(x, y); tft.print(txt); - spr.pushSprite(0, 0); + spr.pushSprite(0, y); } /***************************************************************************************