|
FastLED 3.9.15
|
#include <gif.h>
Public Types | |
| enum | FrameMode { SingleFrame , Streaming } |
Public Member Functions | |
| GifConfig () FL_NOEXCEPT=default | |
| GifConfig (FrameMode m, PixelFormat fmt=PixelFormat::RGB888) | |
Public Attributes | |
| fl::u8 | bufferFrames = 3 |
| PixelFormat | format = PixelFormat::RGB888 |
| FrameMode | mode = Streaming |