Skip to content

Commit

Permalink
Update TFT_eSPI.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodmer authored Oct 25, 2023
1 parent e964ccb commit 5162af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TFT_eSPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2158,6 +2158,7 @@ void TFT_eSPI::pushMaskedImage(int32_t x, int32_t y, int32_t w, int32_t h, uint1
xp += clearCount;
clearCount = 0;
pushImage(x + xp, y, setCount, 1, iptr + xp); // pushImage handles clipping
if (mptr >= eptr) break;
xp += setCount;
}
} while (setCount || mptr < eptr);
Expand Down

0 comments on commit 5162af0

Please sign in to comment.