diff options
Diffstat (limited to 'visualizer.h')
| -rw-r--r-- | visualizer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/visualizer.h b/visualizer.h index 22798cda6..6a72fde1f 100644 --- a/visualizer.h +++ b/visualizer.h | |||
| @@ -99,6 +99,9 @@ typedef struct keyframe_animation_t { | |||
| 99 | 99 | ||
| 100 | } keyframe_animation_t; | 100 | } keyframe_animation_t; |
| 101 | 101 | ||
| 102 | extern GDisplay* LCD_DISPLAY; | ||
| 103 | extern GDisplay* LED_DISPLAY; | ||
| 104 | |||
| 102 | void start_keyframe_animation(keyframe_animation_t* animation); | 105 | void start_keyframe_animation(keyframe_animation_t* animation); |
| 103 | void stop_keyframe_animation(keyframe_animation_t* animation); | 106 | void stop_keyframe_animation(keyframe_animation_t* animation); |
| 104 | 107 | ||
