FastLED 3.9.7
Loading...
Searching...
No Matches
dither_mode.h File Reference

Detailed Description

Declares dithering options and types.

Definition in file dither_mode.h.

#include <stdint.h>
#include "fl/namespace.h"

Go to the source code of this file.

Macros

#define DISABLE_DITHER   0x00
 Disable dithering.
 
#define BINARY_DITHER   0x01
 Enable dithering using binary dithering (only option)
 

Typedefs

typedef uint8_t EDitherMode
 The dither setting, either DISABLE_DITHER or BINARY_DITHER.
 

Macro Definition Documentation

◆ BINARY_DITHER

#define BINARY_DITHER   0x01

Enable dithering using binary dithering (only option)

Definition at line 13 of file dither_mode.h.

◆ DISABLE_DITHER

#define DISABLE_DITHER   0x00

Disable dithering.

Definition at line 11 of file dither_mode.h.

Typedef Documentation

◆ EDitherMode

typedef uint8_t EDitherMode

The dither setting, either DISABLE_DITHER or BINARY_DITHER.

Definition at line 16 of file dither_mode.h.