# lcd.drawSource(x, y, source \[, flags])

Displays the name of the corresponding input as defined by the source at (x,y)

@status current Introduced in 2.0.0

## Parameters

* `x,y` (positive numbers) starting coordinate
* `source` (number) source index
* `flags` (optional) please see [flags](https://luadoc.edgetx.org/edgetx-2.6/part_iii_-_opentx_lua_api_reference/constants/flags-and-pattern-constants) and [color](https://luadoc.edgetx.org/edgetx-2.6/part_iii_-_opentx_lua_api_reference/constants/color-constants) constants

## Return value

none
