bportaluri / ALA

Arduino Light Animation (ALA) is a library for Arduino boards to simplify the development of light animations using LEDs and LED strips.
GNU General Public License v3.0
140 stars 36 forks source link

Adafruit Trinket #11

Closed Ham84 closed 8 years ago

Ham84 commented 8 years ago

Sorry I'm a Noob to most of this please bear with me. I was trying to use this Library with the Adafruit trinket. But I get and #error "Unknown Chip!". I figured out this is because the chip on the trinket is not included In the Library. My question is would/could support for the trinket be add?

bportaluri commented 8 years ago

Sorry I don't have a Trinket board so I don't know how to test it.

On Wed, May 18, 2016 at 5:35 AM, Ham84 notifications@github.com wrote:

Sorry I'm a Noob to most of this please bear with me. I was trying to use this Library with the Adafruit trinket https://www.adafruit.com/product/1500. But I get and #error "Unknown Chip!". I figured out this is because the chip on the trinket is not included In the Library https://github.com/bportaluri/ALA/blob/master/src/pinouts/chip_includes.h. My question is would/could support for the trinket be add?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/bportaluri/ALA/issues/11

Ham84 commented 8 years ago

@bportaluri, If you want email an address lucasham84@hotmail.com and i will be more than happy to send you a 3.3v and 5v Trinket free.

bportaluri commented 8 years ago

The problem is related to the TLC5940 library that doesn't support the Trinket. I can try to introduce a #define to optionally disable it.