fixed pixel glitch in intro animation
This commit is contained in:
parent
5492c562c4
commit
79024877d0
@ -384,7 +384,7 @@ int8_t show_intro( uint32_t now, uint32_t animation_start ) {
|
|||||||
led_set( i+6, r, g, b );
|
led_set( i+6, r, g, b );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( t_diff > 3000 ) {
|
if( t_diff > 2900 ) {
|
||||||
step = 4;
|
step = 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user