Hey everyone.
I would like to build a machine which has 2 push button switches, a 4x4 LED matrix, and a motor.
Button 1 would be a sort of "option selection" button, which as you press it in succession leads to different arrangements of the LED matrix as well as adds to a counter variable.
Button 2 would be pressed when the user has found their specific option through Button 1, and would activate the motor for different time lengths depending on the counter variable, as well as de-light the LEDs that were lit up (in a specifically timed order, so there is need for individual LED control).
I have had a bit of C++ programming, but I am not quite as familiar with electronic circuits.
Here is my question:
What is the best method to control a 4x4 LED matrix in this application, for ease of programming? (I need to control individual LEDs) I have read through some of the Arduino articles on controlling LEDs with just the board, but on YouTube I stumbled upon a MAX2719 video - would this method be much easier? The matrix only needs to be 16 LEDs. Also, what would you rank the difficulty of this task?
Thanks for any input, I appreciate it.