Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 2.06 KB

File metadata and controls

43 lines (28 loc) · 2.06 KB

lcd.drawChannel

Draws channel value defined in source variable at (x,y)

Syntax

lcd.drawChannel(x, y, source [, flags])

Parameters

NameReqTypeDescription
xtrueintegertop coordinate
ytrueintegerleft coordinate
sourcetruesourceName (string), sourceListID (integer) can be a source identifier (number) or a source name (string). See getValue()
flagsfalsedrawingFlag (integer)See Drawing Flags

Returns

none

Notes

Available on

API status

EdgeTX versionAction
2.3.0Introduced

Examples

{% tabs %} {% tab title="Example 1" %}

-- example

{% endtab %}

{% tab title="Example 2" %}

-- example

{% endtab %} {% endtabs %}