adafruit / Adafruit_NeoPixel

Arduino library for controlling single-wire LED pixels (NeoPixel, WS2812, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cater ATtiny45

moononournation opened this issue · comments

Same code is working on ATtiny85 but not working on ATtiny45: https://github.com/moononournation/NeoPixelHexPendant/blob/main/NeoPixelHexPendant/NeoPixelHexPendant.ino
I know memory is an issue, but it still not working even reduced the number of pixel and array to 1.
It should caused by the code checked defined __AVR_ATtiny85__ but not checked ATtiny45.

we dont have any attiny45's so you could submit a PR to add that as a check and verify it works.

Ok, if I have a project use ATtiny45 and around 20 NeoPixels, I will try to work it out.