FastLED 3.7.8
Loading...
Searching...
No Matches
dither_mode.h
1#pragma once
2
3#include <stdint.h>
5#define DISABLE_DITHER 0x00
7#define BINARY_DITHER 0x01
9typedef uint8_t EDitherMode;