Red 8x8 Led display not working how i want it to....

(deleted)

Use code tags. I can't read it. Post all of the code tags.

And you have a delay of 0. How are you supposed to see that?

So you posted essentially the same thing some time back and never followed up the replies you received, eh?

And most of your code is missing anyway.

OK, let's cut to the chase.

Please go and read the instructions, then go back and modify your post using the "More --> Modify" option to the bottom right of the post, to mark up the code (but it always needs to be the complete code) as such so we can examine it conveniently and accurately. Please do not post a ".ino" file as an attachment - that would mean that you are expecting people to actually load it to their IDE to look at it and that is extra unnecessary labour. In fact, attachments do not always show properly on different operating systems.

If you do not mark it up as code, whatever code you do post could well be garbled and is certainly anything but easy to read.

Note: Also mark up any data in the same way. This includes error output that you get from the IDE.

And - before you post any code, use "Auto Format" in the Tools menu of the IDE to properly present the code.

Try and avoid unnecessary white space (blank lines). You should only use these to separate functional blocks of code.

Until you reply and demonstrate that you understand these points that have been made so far, there really is absolutely no point working through the actual problems with the code, and I suspect other people feel the same way, so I will leave it at that for the present.