no arduino example compiles
Closed this issue · 3 comments
autotel commented
error:
\WS2812.cpp:38:35: error: 'OFFSET_R' was not declared in this scope
px_value.r = pixels[OFFSET_R(tmp)];
autotel commented
I think that the files included in the zip file are a wrong set. If I use the non-zipped files instead, it compiles
andyface commented
I agree with @autotel, the zipped files included in the arduino folder are different to the ones in the folder. zipping the folder and using that to include the library works.
Probably just needs the zip file updating
cpldcpu commented
Ì merged the pull request. Please test.