ESP32 Native version of Blinky, featureful controller code for WS2811/WS2812/NeoPixels
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.5KB

  1. {
  2. "rainbow": {"gradient": {"colors": ["red", "orange", "yellow", "green", "blue", "purple"]}},
  3. "dark_rainbow": {"gradient": {"colors": ["dark_red", "dark_orange", "dark_yellow", "dark_green", "dark_blue", "dark_purple"]}},
  4. "pale_rainbow": {"gradient": {"colors": ["pale_red", "pale_orange", "pale_yellow", "pale_green", "pale_blue", "pale_purple"]}},
  5. "peacock": {"gradient": {"colors": ["purple", "blue", "teal", "black"]}},
  6. "pusheen": {"gradient": {"colors": ["teal", "pink"]}},
  7. "random": {"random": {"gap": 1, "delay": 0.5}},
  8. "stars": {"sparkle": {"colors": ["white"], "duration": 0.25, "delay": 3, "density": 20}},
  9. "pride": {"sparkle": {"colors": ["red", "orange", "yellow", "green", "blue", "purple"], "duration": 0.25, "delay": 3, "density": 1}},
  10. "love": {"gradient": {"colors": ["pink", "black", "red", "black"]}},
  11. "irish": {"gradient": {"colors": ["dark_green", "black", "green", "black"]}},
  12. "bunny": {"gradient": {"colors": ["pink", "pale_purple", "black", "pale_yellow", "pale_green", "black"]}},
  13. "patriot": {"gradient": {"colors": ["red", "black", "black", "white", "black", "black", "blue", "black", "black"]}},
  14. "pumpkin": {"gradient": {"colors": ["orange", "black", "purple", "black"]}},
  15. "turkey": {"gradient": {"colors": ["orange", "black", "dark_green", "black", "brown", "black", "dark_yellow", "black"]}},
  16. "mazel": {"gradient": {"colors": ["blue", "black", "white", "black"]}},
  17. "santa": {"gradient": {"colors": ["red", "white", "green", "black"]}}
  18. }