FastLED 3.9.15
|
#include "fl/assert.h"
#include "fl/corkscrew.h"
#include "fl/grid.h"
#include "fl/leds.h"
#include "fl/screenmap.h"
#include "fl/sstream.h"
#include "fl/warn.h"
#include "noise.h"
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | CORKSCREW_TURNS 19 |
#define | NUM_LEDS 288 |
#define | PIN_DATA 9 |
Functions | |
UICheckbox | allWhite ("All White", false) |
UICheckbox | cachingEnabled ("Enable Tile Caching", true) |
Corkscrew | corkscrew (CORKSCREW_TURNS, NUM_LEDS) |
UIDescription | festivalStickDescription ("Tests the ability to map a cork screw onto a 2D cylindrical surface") |
UITitle | festivalStickTitle ("Corkscrew") |
void | loop () |
void | setup () |
UISlider | speed ("Speed", 0.1f, 0.01f, 1.0f, 0.01f) |
UICheckbox | splatRendering ("Splat Rendering", true) |
Variables | |
fl::Grid< CRGB > | frameBuffer |
fl::ScreenMap | screenMap |