lcd.drawPixmap(x, y, name)
Draw a bitmap at (x,y)
@status current Introduced in 2.0.0
Parameters
x,y
(positive numbers) starting coordinatesname
(string) full path to the bitmap on SD card (i.e. “/IMAGES/test.bmp”)
Return value
none
Notice
Only available on Taranis X9 series. Maximum image size if 106 x 64 pixels (width x height).
Examples
Last updated