# lcd.drawPoint(x, y)

Draw a single pixel at (x,y) position

@status current Introduced in 2.0.0

## Parameters

* `x` (positive number) x position
* `y` (positive number) y position
* `flags` (optional) please see [flags](https://luadoc.edgetx.org/edgetx_2.4/part_iii_-_opentx_lua_api_reference/constants/flags-and-pattern-constants) and [color](https://luadoc.edgetx.org/edgetx_2.4/part_iii_-_opentx_lua_api_reference/constants/color-constants) constants

## Return value

none

### Notice

Taranis has an LCD display width of 212 pixels and height of 64 pixels. Position (0,0) is at top left. Y axis is negative, top line is 0, bottom line is 63. Drawing on an existing black pixel produces white pixel (TODO check this!)
