whitespaces
This commit is contained in:
parent
ed70b3acc4
commit
e543f15633
1 changed files with 5 additions and 5 deletions
10
glcd.c
10
glcd.c
|
@ -394,10 +394,10 @@ void lcdDrawCircle(uint16_t x, uint16_t y, uint16_t radius, uint8_t filled, uint
|
|||
lcdDrawPixel(x-b, y-a, color);
|
||||
}
|
||||
|
||||
if(P < 0)
|
||||
P += 3 + 2*a++;
|
||||
else
|
||||
P += 5 + 2*(a++ - b--);
|
||||
} while(a <= b);
|
||||
if(P < 0)
|
||||
P += 3 + 2*a++;
|
||||
else
|
||||
P += 5 + 2*(a++ - b--);
|
||||
} while(a <= b);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue