So ive been fooling around with Jason Coon’s FastLED arcade code but i keep getting all sorts of errors when i try to compile it without changing anything, then i tried to isolate the particular pattern im interested in “Color Pulse” as seen in his video, but i seriously dont see it anywhere! Any of you guys use this code yet or built this arcade game? I’m really interested in just that 1 pattern and i only need to use 1 button for what im trying to do.
@Cristian_Martinez - I just downloaded Jason’s code from GitHub and it complies OK for a Teensy 3.2 with Arduino IDE 1.8.3, the Teensyduino 1.37 and the current version of FastLED. Did you copy all of the .h files into the folder with the .ino file?
I have used a modified version of one of functions in this code and it works fine.
I was trying to use an arduino nano V3 lol, i just switched to a Wemos D1 mini Pro and im down to 1 error “fatal error avr/interrupt.h: No such file or directory”
I suppose IRemote is not supporting esp8266
there is a fork, that might work https://github.com/markszabo/IRemoteESP8266/
I was hoping to use just the “Color Pulse” on my Attiny85 controller but even with all the IR stuff the sketch is too big even for the Atmega 328. But i dont know what i need to take out to keep just the “Color Pulse” pattern of which i dont see any mention of it in the code 