Displays prevoiusly loaded bitmap at (x,y) and optionally scales it.
Name | Req | Type | Description |
---|---|---|---|
none
Omitting scale draws image in 1:1 scale and is faster than specifying 100 for scale parameter.
EdgeTX version | Action |
---|---|
bitmap
bitmapPointer
stored in variable pointer to a bitmap previously opened with Bitmap.open
x
integer
top coordinate
y
integer
left coordinate
scale
integer (0-100)
scale in percent ie. 50 divides size by two, 100 displays bitmap in original size, 200 doubles size.
2.3.0
Introduced