-
Notifications
You must be signed in to change notification settings - Fork 13
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
FunkyClouds.ino #1
Comments
FastLED changed the names - it´s NOBLEND / LINEARBLEND now. |
Yes it works Just Change all the currentBlending = BLEND; |
Hi Stefan, FunkyNoise.ino Program Before I loaded these files: FASTLED 3.0, FASTLED 3.0.3, FASTLED 3.1.0, FASTLED 3.1.3, I got this Error on FunkyNoise program: pSmartMatrix->setColorCorrection(cc48); -- pSmartMatrixwas not declared in this scope. Then I loaded: FASTLED 3.0, FASTLED 3.0.3, FASTLED 3.1.0, FASTLED 3.1.3. It hangs up when compling? Do you have any Idea whats going on? Russ From: Stefan Petrick [email protected] FastLED changed the names - it´s NOBLEND or LINEARBLEND now. You are receiving this because you authored the thread. |
Hi Russ, I showed these examples on a multiplexed 32x32 SmartMatrix. http://docs.pixelmatix.com/SmartMatrix/ If you´re going to use the code with "normal" adressable leds you can comment all the smartmatrix stuff out. All data is rendered into the CRGB array "leds" - as you know it from FastLED. Stefan |
Hi Stefan, Thanks for your reply! I'm using Arduino Pro-Mini board to run my 30x8 Matrix WS2812B (RGB) Led's. I found out the newer FASTLEDs Download from GitHub, running the FunkyClouds & Noise Programs work very well with some minor adjustments for this setup. Russ C. From: Stefan Petrick [email protected] Hi Russ, I showed these examples on a multiplexed 32x32 SmartMatrix. http://docs.pixelmatix.com/SmartMatrix/ SmartMatrix - Overview - PIXELMATIXhttp://docs.pixelmatix.com/SmartMatrix/ So there are some functions based on this lib: https://github.com/pixelmatix/SmartMatrix If you´re going to use the code with "normal" adressable leds you can comment all the smartmatrix stuff out. All data is rendered into the CRGB array "leds" - as you know it from FastLED. Stefan You are receiving this because you authored the thread. |
I´m glad you got it working! With 180 slow 2812s I´d recommend to consider using a Teensy 3.1. Cheers, Stefan |
Hi Stefan, I just posted the codes for the: modified code for Matrix 30x8 WS2812B FunkyCloudshttps://github.com/RJCornell/FunkyClouds_Noise/commit/1dcbc3706635e5a243ac4c2f1790b6e46a25becc From: Stefan Petrick [email protected] I´m glad you got it working! With 180 slow 2812s I´d recommend to consider using a Teensy 3.1. FastLED Users - Community - Google+https://plus.google.com/communities/109127054924227823508 Cheers, Stefan You are receiving this because you authored the thread. |
if( secondHand == 55) {
currentPalette = myRedWhiteBluePalette_p;
currentBlending = BLEND;
Error: 'BLEND" was not declared in this scope ?????
The text was updated successfully, but these errors were encountered: