Ok, so I've spent much time trying to work out how the hell to work this out... and I can't do it.
I thought id change my 2048x32 image back into a 256x256 (8x8 char map @ 32px by 32px char) and try to work out how to calculate when to add 32px onto Y to drop down a line.... but keep the proper offset for X... I'm completely and utterly lost.
Maths isnt my strong point and I'm extremely frustrated, I've tried searching and searching to try and find an example to run off, but for the frustration of me, I still cant work it out. Please help!
The current code is something I pulled from Shockwave's post somewhere on here, which I understand, np... the whole ascii order -32 so it starts at [space], then ! etc.... and then multiply the char by 32 will get the proper 32x32 char... but if it goes >256, thats when I get lost, as I dont know how to drop down by ??px on Y, and keep the correct coordinates on XX.
Like I said, I tried but failed. Im completely stuck being a newbie coder n all, and its just frustrating the hell out of me, especially when i cant find any help text/code anywhere to find out how to do what i want.
Any help is much appreciated to push me in the right direction.