FastLED 3.9.15
Loading...
Searching...
No Matches
xypaths.h
Go to the documentation of this file.
1
2
3#include "fl/xypath.h"
4#include "fl/vector.h"
5
6using namespace fl;
7
8 // XYPath::NewRosePath(WIDTH, HEIGHT);
9
10fl::vector<XYPathPtr> CreateXYPaths(int width, int height);
HeapVector< T > vector
Definition vector.h:1028
Implements a simple red square effect for 2D LED grids.
Definition crgb.h:16
fl::vector< XYPathPtr > CreateXYPaths(int width, int height)
Definition xypaths.cpp:31