diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-03-13 17:54:45 +0200 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-03-13 20:13:02 +0200 |
commit | b93d07198a18063594a59dd193d0961622087868 (patch) | |
tree | 4978d505018cdd97cb8683511676bba0f097cf56 /example_integration | |
parent | 315edb48265e6baedd07f34c9e6e323d28814b4e (diff) |
Suspend support for the visualizer
Diffstat (limited to 'example_integration')
-rw-r--r-- | example_integration/visualizer_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_integration/visualizer_user.c b/example_integration/visualizer_user.c index 6c4619d954..fc09fe2eaf 100644 --- a/example_integration/visualizer_user.c +++ b/example_integration/visualizer_user.c @@ -65,7 +65,7 @@ static keyframe_animation_t startup_animation = { .num_frames = 4, .loop = false, .frame_lengths = {0, MS2ST(1000), MS2ST(5000), 0}, - .frame_functions = {display_welcome, keyframe_animate_backlight_color, keyframe_no_operation, user_visualizer_inited}, + .frame_functions = {display_welcome, keyframe_animate_backlight_color, keyframe_no_operation, enable_visualization}, }; // The color animation animates the LCD color when you change layers |