lcd.drawChannel¶
lcd.drawChannel(x, y, source, flags)
Display a telemetry value at (x,y)
Parameters¶
| Name | Req | Type | Description |
|---|---|---|---|
x | yes | integer | starting coordinate |
y | yes | integer | starting coordinate |
source | yes | integer|string | can be a source identifier (number) or a source name (string). See getValue() |
flags | yes | integer | please see the Lcd functions overview |
Returns¶
None.
Availability¶
- Since:
2.0.6 - Radio support:
bw-lcd - Radio support:
color-lcd
Source¶
radio/src/lua/api_colorlcd.cpp; radio/src/lua/api_stdlcd.cpp