Externalise colour LUT
This commit is contained in:
parent
e81daf59fe
commit
53aa19d91f
4 changed files with 267 additions and 260 deletions
5
src/animation_lut.h
Normal file
5
src/animation_lut.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "led.h"
|
||||
|
||||
extern const LED_Colour_t Animation_ColourLUT[255];
|
||||
Loading…
Add table
Add a link
Reference in a new issue