Try and use SEGMENT.leds for Big_Caleido (Direct leds)

This commit is contained in:
Will Tatam
2023-05-23 19:35:30 +01:00
parent 250202ebdc
commit 9900fa7cb4

View File

@@ -636,6 +636,7 @@ uint16_t mode_Big_Caleido() {
anim.setBuffer(SEGMENT.leds);
}
anim.Big_Caleido();
SEGMENT.fadeToBlackBy(0);
// anim.output();
return FRAMETIME;
}