8 × 24 - LED matrix Display use 74CH595 now i want remove 74ch595 an add max7219

PaulRB:
I see.

Well, I am hoping we need only to replace this function:

void display() {

for (byte a2 = 0; a2 < 8; a2++) {

sr1w(a2);

sr2w(a2);

digitalWrite(str1, HIGH);

}

}

thanks paul . i can handle hardware but this coding thing is :cold_sweat: :cold_sweat: :cold_sweat: :cold_sweat: ..... this is the main reason am here.
you can see with 74ch595 my matrix is not bright. :frowning: :(. can you tell me wht exactly i need to change in code.