Increase update time of static effect to avoid lag

This commit is contained in:
Arne
2023-09-24 17:20:59 +02:00
parent 0ba8402e72
commit 18c62734be

View File

@@ -80,7 +80,7 @@ static int8_t tristate_square8(uint8_t x, uint8_t pulsewidth, uint8_t attdec) {
*/
uint16_t mode_static(void) {
SEGMENT.fill(SEGCOLOR(0));
return 350;
return FRAMETIME;
}
static const char _data_FX_MODE_STATIC[] PROGMEM = "Solid";