# lcd.drawPie(x, y, r, start, end \[, flags])

Draw a pie slice

@status current Introduced in 2.4.0

## Parameters

* `x,y` (positive numbers) coordinates of the center
* `r` (positive number) radius
* `start,end` (positive numbers) start and end of the pie slice
* `flags` (optional) please see [flags](https://luadoc.edgetx.org/2.10/part_iii_-_opentx_lua_api_reference/constants/flags-and-pattern-constants) and [color](https://luadoc.edgetx.org/2.10/part_iii_-_opentx_lua_api_reference/constants/color-constants) constants

## Return value

none
