Add simple led support
Also the first version of a led testing animation
This commit is contained in:
parent
61f7761c03
commit
c95b17b536
5 changed files with 99 additions and 2 deletions
|
@ -99,6 +99,9 @@ typedef struct keyframe_animation_t {
|
|||
|
||||
} keyframe_animation_t;
|
||||
|
||||
extern GDisplay* LCD_DISPLAY;
|
||||
extern GDisplay* LED_DISPLAY;
|
||||
|
||||
void start_keyframe_animation(keyframe_animation_t* animation);
|
||||
void stop_keyframe_animation(keyframe_animation_t* animation);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue