Update Sprite.cpp

This commit is contained in:
Bodmer 2020-03-20 02:30:26 +00:00 committed by GitHub
parent cb87759bad
commit 611ca4b223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)