# 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 coordinates
* `flags` (optional) please see Lcd functions overview

**Return value**

none

**Notice**

Only available on Horus
