forked from wled-dev/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.
Merge pull request wled-dev#57 from Aircoookie/development
Release of v0.8.0
- Loading branch information
Showing
35 changed files
with
5,200 additions
and
3,148 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 |
---|---|---|
@@ -1,47 +1,49 @@ | ||
## Welcome to my project WLED! | ||
![WLED logo](https://raw.githubusercontent.com/Aircoookie/WLED/development/wled_logo.png) | ||
|
||
WLED is a fast and (relatively) secure implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B) LEDs! | ||
## Welcome to my project WLED! (v0.8.0) | ||
|
||
### Features: (V0.7.1) | ||
- RGB, HSB, and brightness sliders | ||
- All new, mobile-friendly web UI! | ||
A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B) LEDs! | ||
|
||
### Features: | ||
- WS2812FX library integrated for over 70 special effects | ||
- FastLED noise effects and palettes | ||
- Customizable Mobile and desktop UI with color and effect controls | ||
- Settings page - configuration over network | ||
- Access Point and station mode - automatic failsafe AP | ||
- Support of Blynk IoT cloud | ||
- WS2812FX library integrated for over 50 special effects (+Custom Theater Chase)! | ||
- Secondary color support lets you use even more effect combinations | ||
- Alexa smart home device server (including dimming) | ||
- Beta syncronization to Philips hue lights | ||
- Support for RGBW strips | ||
- 25 user presets! Save colors and effects and apply them easily! Supports cycling through them. | ||
- HTTP request API for simple integration | ||
- 25 user presets to save and load colors/effects easily, supports cycling through them. | ||
- Macro functions to automatically execute API calls | ||
- Nightlight function (gradually dims down) | ||
- Notifier function (multiple ESPs sync color via UDP broadcast) | ||
- Support for power pushbutton | ||
- Support for the Adalight serial ambilight protocol! | ||
- Full OTA software update capability (HTTP and ArduinoOTA) | ||
- Password protected OTA page for added security (OTA lock) | ||
- NTP and configurable analog clock function | ||
- Support for the Cronixie Clock kit by Diamex | ||
- Realtime UDP Packet Control (E1.31, Hyperion, WARLS, DRGB, DRGBW) | ||
- Full OTA software updatability (HTTP + ArduinoOTA), password protectable | ||
- Configurable analog clock + support for the Cronixie kit by Diamex | ||
|
||
### Supported light control interfaces: | ||
- HTTP request API | ||
- Blynk IoT | ||
- MQTT | ||
- E1.31 | ||
- Hyperion | ||
- UDP realtime | ||
- Alexa smart device (including dimming) | ||
- Sync to Philips hue lights | ||
- Adalight (PC ambilight via serial) | ||
- Sync color of multiple WLED devices (UDP notifier) | ||
- Simple timers/schedules (time from NTP, timezones/DST supported) | ||
|
||
### Quick start guide and documentation: | ||
|
||
See the [wiki](https://github.com/Aircoookie/WLED/wiki)! | ||
|
||
### Other | ||
|
||
Licensed under the MIT license | ||
Uses libraries: | ||
ESP8266/ESP32 Arduino Core | ||
NeoPixelBus by Makuna | ||
[WS2812FX](https://github.com/kitesurfer1404/WS2812FX) by kitesurfer1404 (Aircoookie fork) | ||
Time library | ||
Timezone library by JChristensen | ||
Alexa code based on arduino-esp8266-alexa-multiple-wemo-switch by kakopappa | ||
Licensed under the MIT license | ||
Credits in About page! | ||
|
||
Uses Linearicons by Perxis! | ||
|
||
Uses Linearicons by Perxis! (link in settings page) | ||
Join the Discord [server](https://discord.gg/KuqP7NE) to discuss everything about WLED! | ||
You can also send me mails to [[email protected]](mailto:[email protected]). | ||
If you insist that you just love WLED too much, you can [send me a gift](https://paypal.me/aircoookie)! | ||
|
||
|
||
|
||
|
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
Oops, something went wrong.