lcd.drawBitmapPattern¶
lcd.drawBitmapPattern(bitmap, x, y [, flags])
Displays a bitmap pattern at (x,y)
Parameters¶
| Name | Req | Type | Description |
|---|---|---|---|
bitmap | yes | pointer | point to a bitmap previously opened with Bitmap.open() |
x | yes | integer | starting coordinates |
y | yes | integer | starting coordinates |
flags | no | integer | please see the Lcd functions overview |
Returns¶
None.
Availability¶
- Since:
2.8.0 - Radio support:
color-lcd
Notes¶
- Only available on radios with color display
Source¶
radio/src/lua/api_colorlcd.cpp