Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT
This commit is contained in:
committed by
Jack Humbert
parent
f3c113fb5a
commit
2251560256
@@ -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) {
|
||||
|
Reference in New Issue
Block a user