I will try this code today, later...
I find another ...mistake (?) : line 2 do not appear on matrix ! What a hell it's going ?!Code:.... LOOPing: FOR scroll = 0 TO 35 FOR scan = 0 TO 15 PORTb = 1 porta=1 FOR counter = 0 TO 7 PORTA = leddata [counter] PAUSE 10 PORTb = PORTb * 2 NEXT NEXT FOR counter = 0 TO 34 leddata [counter] = leddata [counter+1] NEXT NEXT GOTO START END
Bookmarks