1
0
Fork 0

Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT

This commit is contained in:
Fred Sundvik 2017-07-09 17:46:51 +03:00 committed by Jack Humbert
parent f3c113fb5a
commit 2251560256
9 changed files with 73 additions and 73 deletions

View file

@ -58,7 +58,7 @@ static keyframe_animation_t color_animation = {
// this prevents the color from changing when activating the layer
// momentarily
.frame_lengths = {gfxMillisecondsToTicks(200), gfxMillisecondsToTicks(500)},
.frame_functions = {keyframe_no_operation, backlight_keyframe_animate_color},
.frame_functions = {keyframe_no_operation, lcd_backlight_keyframe_animate_color},
};
void initialize_user_visualizer(visualizer_state_t* state) {