diff --git a/ws2812_gamma.h b/ws2812_gamma.h deleted file mode 100644 index 84353a2..0000000 --- a/ws2812_gamma.h +++ /dev/null @@ -1,12 +0,0 @@ -// ws2812_gamma.h - -#ifndef __WS2812_GAMMA_H__ -#define __WS2812_GAMMA_H__ - -#include -#include "ws2812.h" - -extern const uint8_t *gamma_dither[WS2812_DITHER_NUM]; - -#endif -