Update Sprite.cpp

This commit is contained in:
Bodmer
2020-03-20 02:30:26 +00:00
committed by GitHub
parent cb87759bad
commit 611ca4b223

View File

@@ -2317,7 +2317,7 @@ void TFT_eSprite::printToSprite(char *cbuffer, uint16_t len) //String string)
if (newSprite)
{
int16_t sWidth = 0;
int16_t sWidth = 1;
uint16_t index = 0;
while (n < len)