mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-06-25 01:41:32 +02:00
Fix #3202
This commit is contained in:
@ -776,7 +776,7 @@ bool TFT_eSprite::pushToSprite(TFT_eSprite *dspr, int32_t x, int32_t y, uint16_t
|
||||
|
||||
if (transp == rp) {
|
||||
if (pixel_count) {
|
||||
dspr->pushImage(ox, y, pixel_count, 1, sline_buffer, _bpp);
|
||||
dspr->pushImage(ox, y, pixel_count, 1, sline_buffer);
|
||||
ox += pixel_count;
|
||||
pixel_count = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user