Dr_Doggy
Well-Known Member
nonsense! modding is always good idea! looks like conversion error, try casting: intA = (int)floatA;
have never tried it on a pointer though, (int) is the cast
array will be sized for full screen so 8*32 = array[256]
to move down a line newPOS=oldPOS +32;
my heat array is similar in that it is 16x4, the math to convert array to xy position is: pixel = (y*16) + x; so if i want pixel 56, that is y=3, x= 8.
I still fear c++ and all its semicolons. so this is just shot in dark.
Also, got schematic/ wire diagram of daisys and registers?
have never tried it on a pointer though, (int) is the cast
array will be sized for full screen so 8*32 = array[256]
to move down a line newPOS=oldPOS +32;
my heat array is similar in that it is 16x4, the math to convert array to xy position is: pixel = (y*16) + x; so if i want pixel 56, that is y=3, x= 8.
I still fear c++ and all its semicolons. so this is just shot in dark.
Also, got schematic/ wire diagram of daisys and registers?