lcd.drawPoint(x, y)
Last updated
Was this helpful?
Draw a single pixel at (x,y) position
@status current Introduced in 2.0.0
x (positive number) x position
y (positive number) y position
flags (optional) lcdflags
none
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!)
Last updated
Was this helpful?
Was this helpful?