eb163b6771
Including pull request to use NeoPixelBus
13 lines
179 B
C
13 lines
179 B
C
// ws2812_gamma.h
|
|
|
|
#ifndef __WS2812_GAMMA_H__
|
|
#define __WS2812_GAMMA_H__
|
|
|
|
#include <stdint.h>
|
|
#include "ws2812.h"
|
|
|
|
extern const uint8_t *gamma_dither[WS2812_DITHER_NUM];
|
|
|
|
#endif
|
|
|