I'm programming about MSP430G2211 to show text on 4 LED matrix 8x8 (32 column, 8 row) but I can't delay as I want. In fact, every time " I scan a column, I scan rows" and repeat 20 times. Therefore, I must scan quickly to show text so I use __delay_cycles(10) but time delay is very slow, I can't show text. I tried to use crystal 8MHz but result too.
What should I do?