FastLED 3.9.15
|
#include <math.h>
#include "fl/assert.h"
#include "fl/function.h"
#include "fl/gradient.h"
#include "fl/lut.h"
#include "fl/map_range.h"
#include "fl/math_macros.h"
#include "fl/raster.h"
#include "fl/xypath.h"
#include "fl/xypath_renderer.h"
#include "fl/thread_local.h"
Go to the source code of this file.
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
namespace | fl::anonymous_namespace{xypath.cpp} |
namespace | fl::xypath_detail |
Functions | |
fl::Str | fl::xypath_detail::unique_missing_name (const fl::Str &prefix) |
Variables | |
ThreadLocal< XYRasterU8Sparse > | fl::anonymous_namespace{xypath.cpp}::tls_raster |