#include <Arduino.h>
#include <FastLED.h>
#include "fl/draw_visitor.h"
#include "fl/math_macros.h"
#include "fl/raster.h"
#include "fl/time_alpha.h"
#include "fl/ui.h"
#include "fl/xypath.h"
#include "fx/time.h"
#include "fl/leds.h"
#include "src/xypaths.h"
#include "src/wave.h"
#include "fl/function.h"
#include <assert.h>
Go to the source code of this file.
|
UIDescription | description ("This is more of a test for new features.") |
|
UISlider | length ("Length", 1.0f, 0.0f, 1.0f, 0.01f) |
|
void | loop () |
|
UISlider | offset ("Offset", 0.0f, 0.0f, 1.0f, 0.01f) |
|
void | setup () |
|
UISlider | steps ("Steps", 100.0f, 1.0f, 200.0f, 1.0f) |
|
UITitle | title ("Simple control of an xy path") |
|
XYMap | xyMap (WIDTH, HEIGHT, IS_SERPINTINE) |
|