lcd.drawArc¶
lcd.drawArc(x, y, r, start, end [, flags])
Draw an arc
Parameters¶
| Name | Req | Type | Description |
|---|---|---|---|
x | yes | integer | coordinates of the center |
y | yes | integer | coordinates of the center |
r | yes | integer | radius |
start | yes | integer | start and end of the arc |
end | yes | integer | start and end of the arc |
flags | no | integer | please see the Lcd functions overview |
Returns¶
None.
Availability¶
- Since:
2.4.0 - Radio support:
color-lcd
Notes¶
- Only available on radios with color display
Source¶
radio/src/lua/api_colorlcd.cpp