-
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.
Modify ibom html and added WLED binary files
- Loading branch information
1 parent
51261d5
commit e557c6c
Showing
13 changed files
with
1,136 additions
and
339 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
<!-- FLASH WLED --> | ||
## Flashing custom WLED firmware | ||
|
||
|
||
### Prerequisites (Windows) | ||
|
||
First you will need to install Python and esptool to flash the custom WLED firmware into the ESP8266 | ||
* python | ||
https://www.python.org/downloads/windows/ | ||
|
||
* esptool | ||
```sh | ||
pip install esptool | ||
``` | ||
### Installation | ||
|
||
1. Execute ```flash_wled.bat``` and the procedure will start | ||
|
||
|
||
|
||
<!-- USAGE EXAMPLES --> | ||
## Changin presets and recompiling littlefs image | ||
|
||
TODO |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
::python -m esptool --chip esp8266 --baud 921600 erase_flash | ||
python -m esptool --chip esp8266 --baud 921600 write_flash --flash_size detect 0x0 firmware.bin | ||
python -m esptool --chip esp8266 --baud 921600 write_flash --flash_size detect 0x300000 presets.bin | ||
::python -m esptool --chip esp8266 read_mac | findstr "MAC" | ||
pause |
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 @@ | ||
{"0":{},"1":{"n":"Candle Yellow","on":true,"bri":53,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":12,"grp":1,"spc":0,"of":0,"on":true,"frz":false,"bri":255,"cct":127,"col":[[255,155,56],[0,0,0],[0,0,0]],"fx":88,"sx":128,"ix":128,"pal":2,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]},"250":{"win":"&T=2","n":"Turn ON/OFF"} ,"249":{"win":"win&1=1&5=5PL=~","n":"Change Preset"} ,"2":{"n":"Chase Night","on":true,"bri":69,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":12,"grp":1,"spc":0,"of":0,"on":true,"frz":false,"bri":255,"cct":127,"col":[[255,155,56],[0,0,0],[0,0,0]],"fx":28,"sx":128,"ix":128,"pal":46,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]},"3":{"n":"Juggle Party","on":true,"bri":69,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":12,"grp":1,"spc":0,"of":0,"on":true,"frz":false,"bri":255,"cct":127,"col":[[255,155,56],[0,0,0],[0,0,0]],"fx":64,"sx":112,"ix":43,"pal":6,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]},"4":{"n":"Lighthouse","on":true,"bri":69,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":12,"grp":1,"spc":0,"of":0,"on":true,"frz":false,"bri":255,"cct":127,"col":[[255,155,56],[0,0,0],[0,0,0]],"fx":41,"sx":112,"ix":43,"pal":46,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]},"5":{"n":"Rainbow Ocean","on":true,"bri":69,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":12,"grp":1,"spc":0,"of":0,"on":true,"frz":false,"bri":255,"cct":127,"col":[[255,155,56],[0,0,0],[0,0,0]],"fx":9,"sx":112,"ix":43,"pal":9,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]}} |
Binary file not shown.
Binary file not shown.