FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setDrawBounds()

void fl::XYPath::setDrawBounds ( uint16_t width,
uint16_t height )

Definition at line 49 of file xypath.cpp.

49 {
50 mPathRenderer->setDrawBounds(width, height);
51}
XYPathRendererPtr mPathRenderer
Definition xypath.h:135

References mPathRenderer.