Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 398 Bytes

drawfilledcircle.md

File metadata and controls

16 lines (9 loc) · 398 Bytes

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 position
  • r (number) radius in pixels
  • flags (optional) please see flags and color constants

Return value

none