Some slider values & defaults.

This commit is contained in:
Blaz Kristan 2022-01-10 18:42:09 +01:00
parent ee0d6420a0
commit f1fbea30f1
2 changed files with 21 additions and 21 deletions

View File

@ -1259,25 +1259,25 @@ const char JSON_mode_names[] PROGMEM = R"=====([
"Twinkle", "Twinkle",
"Dissolve", "Dissolve",
"Dissolve Rnd", "Dissolve Rnd",
"Sparkle", "Sparkle@!,;!,!,;!",
"Sparkle Dark", "Sparkle Dark@!,!;Bg,Fx,;!",
"Sparkle+", "Sparkle+@!,!;Bg,Fx,;!",
"Strobe", "Strobe",
"Strobe Rainbow", "Strobe Rainbow",
"Strobe Mega", "Strobe Mega",
"Blink Rainbow", "Blink Rainbow@Frequency,Blink duration;!,!,;!",
"Android", "Android@!,Width;!,!,;!",
"Chase", "Chase@!,Width;!,!,!;!",
"Chase Random", "Chase Random@!,Width;!,,!;!",
"Chase Rainbow", "Chase Rainbow@!,Width;!,!,;0",
"Chase Flash", "Chase Flash@!,;Bg,Fx,!;!",
"Chase Flash Rnd", "Chase Flash Rnd@!,;,Fx,;!",
"Rainbow Runner", "Rainbow Runner",
"Colorful", "Colorful@!,Saturation;1,2,3;!",
"Traffic Light", "Traffic Light",
"Sweep Random", "Sweep Random",
"Chase 2@!,Width;!,!,;!", "Chase 2@!,Width;!,!,;!",
"Aurora", "Aurora@!=8,!;1,2,3;!=50",
"Stream", "Stream",
"Scanner", "Scanner",
"Lighthouse", "Lighthouse",
@ -1287,7 +1287,7 @@ const char JSON_mode_names[] PROGMEM = R"=====([
"Fire Flicker", "Fire Flicker",
"Gradient", "Gradient",
"Loading", "Loading",
"Police@!,Width;;0", "Police@!,Width;,Bg,;0",
"Fairy", "Fairy",
"Two Dots@!,Dot size;1,2,Bg;!", "Two Dots@!,Dot size;1,2,Bg;!",
"Fairy Twinkle", "Fairy Twinkle",
@ -1302,19 +1302,19 @@ const char JSON_mode_names[] PROGMEM = R"=====([
"Scanner Dual", "Scanner Dual",
"Stream 2", "Stream 2",
"Oscillate", "Oscillate",
"Pride 2015", "Pride 2015@!,;;",
"Juggle@!=16,Trail=240;!,!,;!", "Juggle@!=16,Trail=240;!,!,;!",
"Palette@!,;;!", "Palette@!,;;!",
"Fire 2012@Spark rate=120,Decay=64;;!", "Fire 2012@Spark rate=120,Decay=64;;!",
"Colorwaves", "Colorwaves",
"Bpm", "Bpm@!=64,;,,,;!",
"Fill Noise", "Fill Noise",
"Noise 1", "Noise 1",
"Noise 2", "Noise 2",
"Noise 3", "Noise 3",
"Noise 4", "Noise 4",
"Colortwinkles", "Colortwinkles@Fade speed,Spawn speed;1,2,3;!",
"Lake", "Lake@!,;,,,;!",
"Meteor@!,Trail length;!,!,;!", "Meteor@!,Trail length;!,!,;!",
"Meteor Smooth@!,Trail length;!,!,;!", "Meteor Smooth@!,Trail length;!,!,;!",
"Railway", "Railway",
@ -1351,10 +1351,10 @@ const char JSON_mode_names[] PROGMEM = R"=====([
"Phased Noise", "Phased Noise",
"Flow", "Flow",
"Chunchun@!,Gap size;!,!,;!", "Chunchun@!,Gap size;!,!,;!",
"Dancing Shadows", "Dancing Shadows@!,# of shadows;!,,;!",
"Washing Machine", "Washing Machine",
"Candy Cane", "Candy Cane@!,Width;,,,;",
"Blends", "Blends@Shift speed,Blend speed;1,2,3,!",
"TV Simulator", "TV Simulator",
"Dynamic Smooth" "Dynamic Smooth"
])====="; ])=====";

View File

@ -8,7 +8,7 @@
*/ */
// version code in format yymmddb (b = daily build) // version code in format yymmddb (b = daily build)
#define VERSION 2201093 #define VERSION 2201101
//uncomment this if you have a "my_config.h" file you'd like to use //uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG //#define WLED_USE_MY_CONFIG