# lcd.drawBitmapPatternPie(bitmap, x, y, startAngle, endAngle \[, flags])

Displays a bitmap pattern pie at (x,y)

@status current Introduced in 2.8.0

**Parameters**

* `bitmap` (pointer) point to a bitmap previously opened with Bitmap.open()
* `x,y` (positive numbers) starting coordinates
* `startAngle` Start angle
* `endAngle` End angle
* `flags` (optional) please see Lcd functions overview

**Return value**

none

**Notice**

Only available on Horus
