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