FabGL
ESP32 Display Controller and Graphics Library

◆ setPixel() [3/3]

void setPixel ( Point const &  pos,
RGB888 const &  color 
)

Fills a single pixel with the specified color.

Parameters
posPixel position.
colorPixe color.

Definition at line 169 of file canvas.cpp.