Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plasma effect correction #619

Merged
merged 40 commits into from Jan 24, 2020
Merged

Conversation

Def3nder
Copy link
Contributor

Correction of the color blend function:
The Plasma Effect should render "black spaces" in between the plasma bubbles - the color_blend between the calculated color and the secondary did look huge different. I changed this to use the original FastLED blending function and left the palette as you updated it.

Def3nder and others added 30 commits November 5, 2019 15:55
When adding an RGBW device to Alexa and then selecting a white color tone, Alexa will send CT values to the device. Having a warm white or cold white strip should use 100% of that strip and then add the RGB colors to get either a warmer color or a colder one.
Added IR remote with 40 keys to use with RGBW stripes.
...not implemented for ESP32 yet
ESP32 Solid RGBW defines

moved from env:esp32dev to env:esp32
ESP32 Solid RGBW defines
Update readme.md
To turn off IR remote use "0" in the settings, use 1 to 4 for different IR remote types.
adapt the logic to use CW and WW for different CT-values
Changed code from #define WLED_DISABLE_ANALOG_LEDS to #define WLED_USE_ANALOG_LEDS
NightLight used to brighten the light combined with fading from the actual (primary) color to the secondary color
RLYPIN definition dependant on WLED_USE_ANALOG_LEDS

Corrected list-item indents (readme.md)

updated to match upstream master (briLast in wled00.ino)
RLYPIN definition dependant on WLED_USE_ANALOG_LEDS

Fixed headline and corrected list-item indents (readme.md)

updated to match upstream master (briLast in wled00.ino)
in default intensity (128) everything looks the same, decreasing the intensity will desaturate the color towards WHITE
The Plasma Effect should render "black spaces" in between the plasma bubbles - the "color_blend" between the calculated color and the secondary did look huge different. I changed to the original FastLED blending function and left the palette as you updated it.
re-enabled the intensity slider
@Aircoookie Aircoookie merged commit e1a6198 into Aircoookie:master Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants