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 coordinatesstartAngle
Start angleendAngle
End angleflags
(optional) please see Lcd functions overview
Return value
none
Notice
Only available on Horus
Last updated
Was this helpful?