Skip to content

Commit

Permalink
allow tri fade effect on 0D (single pixel)
Browse files Browse the repository at this point in the history
  • Loading branch information
softhack007 committed Nov 26, 2024
1 parent ae07672 commit ccf1b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/FX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@ uint16_t mode_tricolor_fade(void) {

return FRAMETIME;
}
static const char _data_FX_MODE_TRICOLOR_FADE[] PROGMEM = "Tri Fade@!;1,2,3;!";
static const char _data_FX_MODE_TRICOLOR_FADE[] PROGMEM = "Tri Fade@!;1,2,3;!;01";


/*
Expand Down

0 comments on commit ccf1b04

Please sign in to comment.