FabGL
ESP32 Display Controller and Graphics Library

◆ setPixel() [2/3]

void setPixel ( int  X,
int  Y,
RGB888 const &  color 
)

Fills a single pixel with the specified color.

Parameters
XHorizontal pixel position.
YVertical pixel position.
colorPixe color.

Definition at line 163 of file canvas.cpp.