cpldcpu/light_ws2812

no arduino example compiles

Closed this issue · 3 comments

error:

\WS2812.cpp:38:35: error: 'OFFSET_R' was not declared in this scope
px_value.r = pixels[OFFSET_R(tmp)];

I think that the files included in the zip file are a wrong set. If I use the non-zipped files instead, it compiles

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

Ì merged the pull request. Please test.