Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT
This commit is contained in:
parent
f3c113fb5a
commit
2251560256
9 changed files with 73 additions and 73 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue