SpenceKonde / ATTinyCore

Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Other
1.53k stars 302 forks source link

tinyNeoPixel's Fill command not working within v1.5.2 from Arduino's board manager. #766

Closed tuckerz closed 1 year ago

tuckerz commented 1 year ago

I see the function is in the header file for tinyNeoPixel_Static.h. However, I am getting a compile error that read: "'class tinyNeoPixel' has no member named 'fill'". I am attaching my setup to provide more detail. I don't think I have done anything wrong, but if I have, let me know and I'll retract this issue....

I am using version 2.1.0 of the new Arduino IDE: image

I have installed ATTinyCore using the Arduino Board Manager after inserting the URL into the "additional boards manager URLs" field: image

Version 1.5.2 of ATTinyCore is installed: image

And I get the following error: image

While using these board settings: image

With this as my code: image image image image image

SpenceKonde commented 1 year ago

Should work in 2.0.0-dev, it's just been so long since I've managed to get a release together that that library is old,