|
FastLED 3.9.15
|
Dummy class for output controllers that need no data transformations.
Some of the SPI controllers will need to perform a transform on each byte before doing anything with it. Creating a class of this form and passing it in as a template parameter to writeBytes()/writeBytes3() will ensure that the body of this method will get called on every byte worked on.
Definition at line 44 of file fastspi_types.h.
#include <fastspi_types.h>
Static Public Member Functions | |
| static FASTLED_FORCE_INLINE fl::u8 | adjust (FASTLED_REGISTER fl::u8 data) |
| Hook called to adjust a byte of data before writing it to the output. | |
| static FASTLED_FORCE_INLINE void | postBlock (int, void *context=nullptr) |
| Hook called after a block of data is written to the output. | |