|
FastLED 3.9.15
|
#include <context.h>
Collaboration diagram for fl::Context:Public Member Functions | |
| Context () FL_NOEXCEPT=default | |
| Context (const Context &) FL_NOEXCEPT=delete | |
| ~Context () FL_NOEXCEPT | |
| Context & | operator= (const Context &) FL_NOEXCEPT=delete |
Public Attributes | |
| fl::optional< fl::u32 > | currentTime |
| fl::span< CRGB > | leds |
| fl::unique_ptr< Engine > | mEngine |
| int | num_x = 0 |
| int | num_y = 0 |
| XYMapCallback | xyMapFn = nullptr |
| void * | xyMapUserData = nullptr |