lcd.drawChannel
Draws channel value defined in source variable at (x,y)
Syntax
lcd.drawChannel(x, y, source [, flags])
Parameters
Name
Req
Type
Description
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()
Returns
none
Notes
Available on
API status
EdgeTX version
Action
2.3.0
Introduced