Suspend support for the visualizer
This commit is contained in:
parent
315edb4826
commit
b93d07198a
3 changed files with 104 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue