FastLED 3.9.15
Loading...
Searching...
No Matches
complex_kaleido_4.h
Go to the documentation of this file.
1#pragma once
2
3// Complex_Kaleido_4 visualizer class
4// Extracted from animartrix_detail.hpp
5
8
9namespace fl {
10
12public:
13 void draw(Context &ctx) override;
14};
15
16
17// Fixed-point Q31 scalar implementation of Complex_Kaleido_4.
19public:
20 void draw(Context &ctx) override;
21private:
22 FPVizState mState;
23};
24
25} // namespace fl
void draw(Context &ctx) override
void draw(Context &ctx) override
Base definition for an LED controller.
Definition crgb.hpp:179