Externalise colour LUT

This commit is contained in:
fruchti 2020-07-17 16:38:09 +02:00
parent e81daf59fe
commit 53aa19d91f
4 changed files with 267 additions and 260 deletions

5
src/animation_lut.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#include "led.h"
extern const LED_Colour_t Animation_ColourLUT[255];