audio-reactive-led-strip/ws2812_gamma.h
not-matt eb163b6771
Add files via upload
Including pull request to use NeoPixelBus
2017-12-18 20:41:27 +00:00

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