|
FastLED 3.9.15
|
#include "fl/stl/noexcept.h"#include "fl/stl/vector.h"#include "fl/stl/stdint.h"#include "fl/stl/shared_ptr.h"#include "fl/stl/function.h"#include "fl/stl/span.h"#include "fl/channels/config.h"
Include dependency graph for data.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | fl::ChannelData |
| Transmission data for a single LED channel. More... | |
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Typedefs | |
| using | fl::PaddingGenerator = fl::function<void(fl::span<const u8> src, fl::span<u8> dst)> |
| Padding generator function type. | |
Functions | |
| fl::FASTLED_SHARED_PTR (ChannelData) | |