FastLED 3.9.15
Loading...
Searching...
No Matches
dither_mode.h
Go to the documentation of this file.
1
3
4#pragma once
5
6#include "fl/stdint.h"
7#include "fl/int.h"
8
9#include "fl/namespace.h"
10
12#define DISABLE_DITHER 0x00
14#define BINARY_DITHER 0x01
FASTLED_NAMESPACE_BEGIN typedef fl::u8 EDitherMode
The dither setting, either DISABLE_DITHER or BINARY_DITHER.
Definition dither_mode.h:17
#define FASTLED_NAMESPACE_END
Definition namespace.h:23
#define FASTLED_NAMESPACE_BEGIN
Definition namespace.h:22
Implements the FastLED namespace macros.
unsigned char u8
Definition int.h:17