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