lcd.drawPixmap
Draws a bitmap file stored on the SD card at (x, y).
Syntax
lcd.drawPixmap( x, y, name )
Parameters
Name
Req
Type
Description
x
integer
top coordinate
y
integer
left coordinate
name
string
full path to a bitmap on the SD card, e.g. "/IMAGES/test.bmp"
Returns
none
Notes
Available on
API status
EdgeTX version
Action
2.0.0
Introduced
Examples
Related topics
Last updated
Was this helpful?