Skip to content

Commit

Permalink
added lcdDrawFinish in TouchIconTest
Browse files Browse the repository at this point in the history
  • Loading branch information
nopnop2002 committed Dec 19, 2024
1 parent ebcbe07 commit 346c099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,7 @@ void ShowAllPngImage(TFT_t * dev, char * path, int max, FontxFile *fx, int width
int ypos = (height - strlen((char *)ascii) * fontWidth) / 2;
lcdSetFontDirection(dev, DIRECTION90);
lcdDrawString(dev, fx, xpos, ypos, ascii, BLACK);
lcdDrawFinish(dev);

return;
}
Expand Down

0 comments on commit 346c099

Please sign in to comment.