fixed pixel glitch in intro animation

This commit is contained in:
daniel steuer 2014-03-17 14:10:17 +01:00
parent 5492c562c4
commit 79024877d0

View File

@ -384,7 +384,7 @@ int8_t show_intro( uint32_t now, uint32_t animation_start ) {
led_set( i+6, r, g, b );
}
if( t_diff > 3000 ) {
if( t_diff > 2900 ) {
step = 4;
}
}