Hi all,
First time poster, recenter new user of Arduino, LEDs, IR, 3D printing, etc etc... Forgive me if this is in the wrong section, if it is, please refer me to the forum to post this.
I've been banging my head against a table for the past couple of hours trying to get this code to work. I have an Alitove LED 8x32 LED Matrix and I'm programming patterns using the Neopixel library and an IR Remote as Input. I am planning to make this a sign for my desk at work.
Motivation: my boss had someone make a similar sign for him, but I am determined to make mine much cooler
![]()
Here's what I'm trying to achieve.
- Arduino to receive input from IR remote.
- Switch/Case: take input from IR remote based off hex value, case to specific LED pattern
- If another IR Signal is detected during pattern run, (if I press another button), I want to stop the current light pattern, and switch over to the next.
I can get the input working just fine from the IR Remote, and everything is wired up just fine, but I can't seem to make the "switch" between patterns.
Ideally, I would like to use all 21 buttons on the remote (especially, the PWR button ;D )
Code is attached, any help/feedback would be appreciated.
IR_Dotstar_LEDs.ino (6.47 KB)