Update TFT_eSPI.cpp

This commit is contained in:
Bodmer 2023-01-12 23:07:02 +00:00
parent 82d232adfc
commit 92e8cabe59
1 changed files with 1 additions and 2 deletions

View File

@ -4037,8 +4037,7 @@ void TFT_eSPI::drawArc(int32_t x, int32_t y, int32_t r, int32_t ir,
if (startAngle < 90) {
startSlope[0] = slope;
}
else if (
< 180) {
else if (startAngle < 180) {
startSlope[1] = slope;
}
else if (startAngle < 270) {