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

not compiling with latest neopixelbus #1

Closed
redPanther opened this issue Mar 5, 2016 · 4 comments
Closed

not compiling with latest neopixelbus #1

redPanther opened this issue Mar 5, 2016 · 4 comments

Comments

@redPanther
Copy link

your code dosen't compile with latest neopixelbus lib 2.0.2

error: invalid use of template-name 'NeoPixelBus' without an argument list
 NeoPixelBus strip = NeoPixelBus(MAX_LEDS, LED_PIN);
@probonopd
Copy link

Are you sure you used the NeoPixelBus UartDriven branch?

@redPanther
Copy link
Author

I used that diretly from the arduino library mananger. After I installed this branch directly from git it worked .... (I had a minor issue with compiling. RgbColor was not found in neopixel animator, but after adding the include it worked)

thx! now I can use hyperion (ambilight) with esp over fadecandy/opc driver :-)

@bbx10
Copy link
Owner

bbx10 commented Mar 5, 2016

I will push up a version that works with version 2.0.2 of NeoPixelBus. As far as I can tell, all the features on the UartDriven branch have been merged in the master release branch. And the UartDriven branch will soon be unsupported so now is a good time to switch.

@Akshaykkapoor
Copy link

just replace it with the line

NeoPixelBus<NeoGrbFeature, Neo800KbpsMethod> strip(16,2);

it worked ...please refer below link
https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object

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

No branches or pull requests

4 participants