lcd.drawChannel

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

Syntax

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

Parameters

NameReqTypeDescription

x

integer

top coordinate

y

integer

left coordinate

source

sourceName (string)sourceListID (integer)

can be a source identifier (number) or a source name (string). See getValue()

flags

drawingFlag (integer)

Returns

none

Notes

Available on

API status

EdgeTX versionAction

2.3.0

Introduced

Examples

-- example