We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5eb9c4 commit fefee4dCopy full SHA for fefee4d
1 file changed
Applications/Sequencer/MessageDisplay.cpp
@@ -56,7 +56,7 @@ void SequencerMessageDisplay::RenderWave(Point origin, uint8_t row, Color color)
56
ClearRows(origin, row);
57
for(uint8_t x = 0; x < 8; x++)
58
{
59
- uint8_t scale = ColorEffects::Breath(1000, 125 * x);
+ uint8_t scale = ColorEffects::Breath(600, 75 * x);
60
Color colColor = Color::Crossfade(color, Color::White, Fract16(scale, 8));
61
for(uint8_t y = 0; y < row; y++)
62
0 commit comments