I see a few lines of codes for Trinket 5V on your sketch, but the compiled code cannot run on a Trinket 8Mhz.
When I try to compile it I get this error :
ChristmasStrip.ino.elf section `.text' will not fit in region `text'
region `text' overflowed by 12334 bytes
Maybe you were referencing the Trinket Pro with 28K of flash memory (instead of 8K on the Trinket) ?
I see a few lines of codes for Trinket 5V on your sketch, but the compiled code cannot run on a Trinket 8Mhz.
When I try to compile it I get this error :
Maybe you were referencing the Trinket Pro with 28K of flash memory (instead of 8K on the Trinket) ?