FastLED 3.9.3
Loading...
Searching...
No Matches
dither_mode.h
1#pragma once
2
3#include <stdint.h>
4
5#include "namespace.h"
6
8#define DISABLE_DITHER 0x00
10#define BINARY_DITHER 0x01
12FASTLED_NAMESPACE_BEGIN
13typedef uint8_t EDitherMode;
14FASTLED_NAMESPACE_END