mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-02 04:04:41 +02:00
Update TFT_eSPI.cpp
This commit is contained in:
@@ -2158,6 +2158,7 @@ void TFT_eSPI::pushMaskedImage(int32_t x, int32_t y, int32_t w, int32_t h, uint1
|
|||||||
xp += clearCount;
|
xp += clearCount;
|
||||||
clearCount = 0;
|
clearCount = 0;
|
||||||
pushImage(x + xp, y, setCount, 1, iptr + xp); // pushImage handles clipping
|
pushImage(x + xp, y, setCount, 1, iptr + xp); // pushImage handles clipping
|
||||||
|
if (mptr >= eptr) break;
|
||||||
xp += setCount;
|
xp += setCount;
|
||||||
}
|
}
|
||||||
} while (setCount || mptr < eptr);
|
} while (setCount || mptr < eptr);
|
||||||
|
Reference in New Issue
Block a user