lcd.drawFilledCircle(x, y, r [, flags])
Draw a filled circle at (x, y) of specified radius
@status current Introduced in 2.4.0
Parameters
x,y
(positive numbers) center positionr
(number) radius in pixels
Return value
none
Previouslcd.drawCombobox(x, y, w, list, idx [, flags])Nextlcd.drawFilledRectangle(x, y, w, h [, flags])
Last updated