FastLED 3.9.15
|
#include <stdint.h>
#include "fl/warn.h"
#include "fl/ptr.h"
#include "fl/wave_simulation.h"
#include "fl/xymap.h"
#include "fx/fx.h"
#include "fx/fx2d.h"
#include "pixelset.h"
#include "colorutils.h"
Go to the source code of this file.
Classes | |
class | fl::WaveCrgbGradientMap |
class | fl::WaveCrgbMap |
class | fl::WaveCrgbMapDefault |
class | fl::WaveFx |
struct | fl::WaveFxArgs |
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
Functions | |
fl::FASTLED_SMART_PTR (WaveCrgbGradientMap) | |
fl::FASTLED_SMART_PTR (WaveCrgbMap) | |
fl::FASTLED_SMART_PTR (WaveCrgbMapDefault) | |
fl::FASTLED_SMART_PTR (WaveFx) | |
struct fl::WaveFxArgs |
Class Members | ||
---|---|---|
bool | auto_updates = true | |
WaveCrgbMapPtr | crgbMap | |
float | dampening = 6.0f | |
SuperSample | factor = SuperSample::SUPER_SAMPLE_2X | |
bool | half_duplex = true | |
float | speed = 0.16f |