FastLED 3.9.15
|
#include <stdint.h>
#include "fl/math_macros.h"
#include "fl/namespace.h"
#include "fl/scoped_ptr.h"
#include "fl/warn.h"
#include "fl/ptr.h"
#include "fl/supersample.h"
#include "fl/xymap.h"
#include "fx/fx.h"
#include "fx/fx2d.h"
Go to the source code of this file.
Classes | |
class | fl::WaveSimulation1D_Real |
class | fl::WaveSimulation2D_Real |
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
namespace | fl::wave_detail |
Functions | |
float | fl::wave_detail::fixed_to_float (int16_t f) |
int16_t | fl::wave_detail::float_to_fixed (float f) |