awww that was an autocorrect on here, not in my code
changed litled to 'lit' still no change,
I've changed my code now to address each led using X,Y,Z
and it is working ok
xl = 7
zl = 7
yl = 7
GOSUB ledon
ledon:
ledonbyte = xl + (yl*8)
ledtemp = leddata[ledonbyte]
ledtemp.0(zl) = 1
leddata[ledonbyte] = ledtemp
RETURN


Reply With Quote

Bookmarks