Thank all friend for advise
I have question ..
I would to know valve of each bit of A (see below)
A con % 10010111
A bit 0 = 1
A bit 1 = 1
A bit 2 = 1
A bit 3 = 0
A bit 4 = 1
:
:
:
we write as below but not work...
A con % 10010111
For i = 0 to 8 ' loop for bit number
x [i] = A.[i]
print x[i]
next i
Sorry .... it may not cler for my question ( I don't how to say)
xVar=A.0[i]
And 'print' is not a Melabs PicBasic statement![]()
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
isaac, i'm using your code to drive 4x74hc595, but i can't find the things to change in the code.
i need to use 4 x 8x8 led matrix, but only work 2 of those.
i apreciate your help
Bookmarks