How to compare a memory bits in C++?
- by Trunet
Hi,
I need help with a memory bit comparison function.
I bought a LED Matrix here with 4 x HT1632C chips and I'm using it on my arduino mega2560.
There're no code available for this chipset(it's not the same as HT1632) and I'm writing on my own. I have a plot function that get x,y coordinates and a color and that pixel turn on. Only this is…