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