|
FastLED 3.9.15
|
Include dependency graph for EaseInOut.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | BRIGHTNESS 255 |
| #define | COLOR_ORDER GRB |
| #define | DATA_PIN 3 |
| #define | LED_TYPE WS2812B |
| #define | MATRIX_HEIGHT 100 |
| #define | MATRIX_SERPENTINE true |
| #define | MATRIX_WIDTH 100 |
| #define | NUM_LEDS (MATRIX_WIDTH * MATRIX_HEIGHT) |
Functions | |
| fl::UIDescription | description ("Use the xPosition slider to see the ease function curve. Use the Ease Type dropdown to select different easing functions. Use the 16-bit checkbox to toggle between 16-bit (checked) and 8-bit (unchecked) precision.") |
| fl::UIDropdown | easeTypeDropdown ("Ease Type", easeOptions) |
| fl::EaseType | getEaseType (int value) |
| void | loop () |
| void | setup () |
| fl::UITitle | title ("EaseInOut") |
| fl::UICheckbox | use16Bit ("16-bit", true) |
| fl::UISlider | xPosition ("xPosition", 0.0f, 0.0f, 1.0f, 0.01f) |
Variables | |
| fl::string | easeOptions [] |
| fl::LedsXY< MATRIX_WIDTH, MATRIX_HEIGHT > | leds |
| fl::XYMap | xyMap = fl::XYMap::constructSerpentine(MATRIX_WIDTH, MATRIX_HEIGHT) |