Isn't the method called pushSprite? On a M5StickC-Plus, I use: setup(): TFT_eSprite sgraph = TFT_eSprite(&M5.Lcd); ... sgraph.createSprite(GRAPHW, GRAPHH); ... loop(): ... sgraph.pushSprite(TEXTW, 0); ....