diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 13:46:19 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 13:46:19 +0300 |
| commit | c95b17b536b4437f001d5f5e8a54753969e36bb2 (patch) | |
| tree | d944e4a2ff6da1d5a06c671dfa1382423f5515d1 /visualizer.h | |
| parent | 61f7761c034d46eb0856fb115260de2679abc419 (diff) | |
| download | qmk_firmware-c95b17b536b4437f001d5f5e8a54753969e36bb2.tar.gz qmk_firmware-c95b17b536b4437f001d5f5e8a54753969e36bb2.zip | |
Add simple led support
Also the first version of a led testing animation
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 | ||
