Now it's clearerfor me.
Back in the led matrix code...
Will this code be valid?Code:Lookup yazi_reg,[30,"HELLO WORLD LED MATRIX DISPLAY "],harf_reg
I assumed harf_reg will now hold the index value of each character and locate the corresponding ascii character...Code:i VAR Byte ArrayWrite str1,["HELLO WORLD LED MATRIX DISPLAY "] For i = 0 To 29 harf_reg = str1[i] GoSub data_sec Next
Thanks again,
tacbanon
Bookmarks