Closed MatthewMartinFD closed 1 year ago
Is Adafruit Dotstar released for ATtiny85?
I have a physical device that was previously working with a Dotstar attached to a digispark, however its bootloader became corrupted and I need to compile software onto a replacement. So this works in some capacity, I can't speak to your statement specifically.
It appears to compile if I downgrade Adafruit_DotStar to 1.1.4, though I am waiting for new hardware to come in the mail to test.
Thanks! So it seems to be no problem with DigistumpArduino but with Adafruit_DotStar. Try also the ATTinyCore for it.
If you have handling problems or questions, consider to open a discussion https://github.com/ArminJo/DigistumpArduino/discussions instead of an issue.
Bug Report
Board
IDE
Example from the core libraries to reproduce the issue
Version
Current behavior
When attempting to compile using the Digispark board and including Adafruit_Dotstar.h from Adafruit Dotstar v1.2.1, SPI.h cannot be found
Expected behavior
Full compile without errors.
Additional context