switch case statement problem

Oh, ok. I was ignoring the } syntax mismatch. But you have

if (dispScreen = 5){

ending } right above the delay(100), so it encloses the cases 6 through 9.

Is that a syntax error to ignore or is that the problem?