# lcd.drawAnnulus(x, y, r1, r2, start, end \[, flags])

Draw an arc

@status current Introduced in 2.4.0

## Parameters

* `x,y` (positive numbers) coordinates of the center
* `r1,r2` (positive numbers) radii of the inside and outside of the annulus
* `start,end` (positive numbers) start and end of the annulus
* `flags` (optional) please see [flags](https://luadoc.edgetx.org/edgetx_2.5/part_iii_-_opentx_lua_api_reference/constants/flags-and-pattern-constants) and [color](https://luadoc.edgetx.org/edgetx_2.5/part_iii_-_opentx_lua_api_reference/constants/color-constants) constants

## Return value

none
