diff --git a/wled00/FX.cpp b/wled00/FX.cpp index d81fc1c9f..f2564b0d2 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -1039,24 +1039,6 @@ uint16_t mode_running_color(void) { static const char *_data_FX_MODE_RUNNING_COLOR PROGMEM = "Chase 2@!,Width;!,!,;!"; -/* - * Alternating red/white pixels running. - */ -uint16_t mode_candy_cane(void) { - return running(RED, WHITE); -} -static const char *_data_FX_MODE_CANDY_CANE PROGMEM = "Candy Cane@!,Width;;"; - - -/* - * Alternating orange/purple pixels running. - */ -uint16_t mode_halloween(void) { - return running(PURPLE, ORANGE); -} -static const char *_data_FX_MODE_HALLOWEEN PROGMEM = "Halloween@!,Width;;"; - - /* * Random colored pixels running. ("Stream") */ @@ -1329,12 +1311,12 @@ uint16_t police_base(uint32_t color1, uint32_t color2) //Police Lights Red and Blue -uint16_t mode_police() -{ - strip.fill(SEGCOLOR(1)); - return police_base(RED, BLUE); -} -static const char *_data_FX_MODE_POLICE PROGMEM = "Police@!,Width;,Bg,;0"; +//uint16_t mode_police() +//{ +// strip.fill(SEGCOLOR(1)); +// return police_base(RED, BLUE); +//} +//static const char *_data_FX_MODE_POLICE PROGMEM = "Police@!,Width;,Bg,;0"; //Police Lights with custom colors @@ -7619,7 +7601,7 @@ static const char *_data_FX_MODE_2DAKEMI PROGMEM = "2D Akemi@Color speed,Dance;H static const char *_data_RESERVED PROGMEM = "Reserved"; void WS2812FX::setupEffectData() { // fill reserved word in case there will be any gaps in the array - for (byte i=0; i