FabGL
ESP32 Display Controller and Graphics Library
|
void setPixel | ( | int | X, |
int | Y, | ||
RGB888 const & | color | ||
) |
Fills a single pixel with the specified color.
X | Horizontal pixel position. |
Y | Vertical pixel position. |
color | Pixe color. |
Definition at line 163 of file canvas.cpp.