1
0
Fork 0

Add simple led support

Also the first version of a led testing animation
This commit is contained in:
Fred Sundvik 2016-04-24 13:46:19 +03:00
parent 61f7761c03
commit c95b17b536
5 changed files with 99 additions and 2 deletions

View file

@ -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);