audio-reactive-led-strip/arduino/ws2812_controller/ws2812_gamma.h

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