forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempted to mitigate flickering on ESP32
Replaced broken effect 34, now a quad-color running effect Added new binaries and guide Updated readme
- Loading branch information
1 parent
e83ea97
commit 45430aa
Showing
11 changed files
with
80 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### What binary should I choose? | ||
|
||
Currently WLED supports the ESP8266 and a very early, experimental version of ESP32 support. | ||
Be sure to choose the correct binary for your platform and LED type. | ||
|
||
- Do you have a standard RGB WS2812B NeoPixel strip? | ||
--> Use wled05dev_XXXXXXX_RGB_PLATFORM.bin | ||
|
||
- Do you have an RGBW SK6812 strip (half of the LED is white)? | ||
--> Use wled05dev_XXXXXXX_RGBW_PLATFORM.bin | ||
|
||
- Do you have a Cronixie clock set by Diamex? | ||
--> Use wled05dev_XXXXXXX_CRONIXIE_PLATFORM.bin | ||
|
||
|
||
### What about wled03 and wled04? | ||
|
||
These are legacy releases only for the ESP8266. They don't include the latest features and may have unfixed bugs - only use them if the new wled05dev test builds don't work for you! |
Binary file not shown.
Binary file renamed
BIN
+351 KB
...2_CRONIXIE_dont_use_for_regular_strip.bin → bin/wled05dev_1801102_CRONIXIE_ESP8266.bin
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+351 KB
bin/wled05dev_1801092_RGBW.bin → bin/wled05dev_1801102_RGBW_ESP8266.bin
Binary file not shown.
Binary file renamed
BIN
+600 KB
...d05dev_1801095_RGB_ESP32_EXPERIMENTAL.bin → ...d05dev_1801102_RGB_ESP32_EXPERIMENTAL.bin
Binary file not shown.
Binary file renamed
BIN
+351 KB
bin/wled05dev_1801095_RGB.bin → bin/wled05dev_1801102_RGB_ESP8266.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters