lcd.drawBitmapPattern(bitmap, x, y [, flags])
Displays a bitmap pattern 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 coordinatesflags(optional) please see Lcd functions overview
Return value
none
Notice
Only available on Horus
Previouslcd.getLastRightPos()Nextlcd.drawBitmapPatternPie(bitmap, x, y, startAngle, endAngle [, flags])
Last updated
Was this helpful?