Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have done this but the problem is not solved don't know why???Scans from left to right... That's why you get reversed characters.
Are you using my un-changed code?... What shift registers are you using again?
I want to change my program to suit those shift registers..
PORTB = buffer[displayPointer];
PORTB = ~(buffer[displayPointer]);
No.. That was in ISIS... The 8x8 matrix needed inverting....
According to the video, it seems to be nearly there... I would just recheck the wiring. the rows need to be like this to the shift registers..
....1...2....3...4... // row 1
....5...6....7...8...
...9...10..11..12..
...13..14..15..16..
..
..
...21..22..23..24.. // row 8