FastLED 3.9.7
Loading...
Searching...
No Matches
dither_mode.h
Go to the documentation of this file.
1
3
4#pragma once
5
6#include <stdint.h>
7
8#include "fl/namespace.h"
9
11#define DISABLE_DITHER 0x00
13#define BINARY_DITHER 0x01
16typedef uint8_t EDitherMode;
uint8_t EDitherMode
The dither setting, either DISABLE_DITHER or BINARY_DITHER.
Definition dither_mode.h:16
Implements the FastLED namespace macros.
#define FASTLED_NAMESPACE_END
End of the FastLED namespace.
Definition namespace.h:16
#define FASTLED_NAMESPACE_BEGIN
Start of the FastLED namespace.
Definition namespace.h:14