Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 458 Bytes

lcd.drawbitmappatternpie.md

File metadata and controls

21 lines (13 loc) · 458 Bytes

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