FastLED 3.9.15
|
#include <stdint.h>
#include "FastLED.h"
#include "fl/bilinear_expansion.h"
#include "fl/ptr.h"
#include "fx/fx2d.h"
#include "lib8tion/random8.h"
#include "noise.h"
#include "fl/xymap.h"
#include "scale_up.h"
Go to the source code of this file.
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
Macros | |
#define | FASTLED_INTERNAL |
#define | FASTLED_SCALE_UP_ALWAYS_POWER_OF_2 0 |
#define | FASTLED_SCALE_UP_DECIDE_AT_RUNTIME 2 |
#define | FASTLED_SCALE_UP_FORCE_FLOATING_POINT 3 |
#define | FASTLED_SCALE_UP_HIGH_PRECISION 1 |