Skip to content

Commit 9ee4bf6

Browse files
committed
Fix #3202
1 parent 8aa39cc commit 9ee4bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/Sprite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ bool TFT_eSprite::pushToSprite(TFT_eSprite *dspr, int32_t x, int32_t y, uint16_t
776776

777777
if (transp == rp) {
778778
if (pixel_count) {
779-
dspr->pushImage(ox, y, pixel_count, 1, sline_buffer, _bpp);
779+
dspr->pushImage(ox, y, pixel_count, 1, sline_buffer);
780780
ox += pixel_count;
781781
pixel_count = 0;
782782
}

0 commit comments

Comments
 (0)