There is one byte per column. The data is correct as shown - figure out why.
The single array provides all the required information to control the matrix. Why complicate it with two arrays?
This is the approach I would take and I think it's well explained. You of course are free to do what you like. If I need to clarify anything in this approach, I will try to do so.
The single array provides all the required information to control the matrix. Why complicate it with two arrays?
This is the approach I would take and I think it's well explained. You of course are free to do what you like. If I need to clarify anything in this approach, I will try to do so.
Last edited: