Cursor Position (Invisible)
Posted: Wed Apr 08, 2015 2:11 pm
Is there a way to determine the invisible cursor position on the BBQL after a random number of AT calls or PRINT statements ?
I don't want the graphic x,y such as somewhere between 0 - 512 and 0 - 256
I am after finding the character position 0-80 odd and y axis 0-22 roughly.
so something like
a = peek_something (mem_loc): b = peek_something (mem_loc+2)
a = x value
b = y value
===================================================================
Also is there a way to look at vertical screen pixels simultaneously or does it have to be a pixel at a time?
>>>>>x
000001
010101
011101
010011
So i would like to read some like
a = PEEK_D (mem), x
print a
would display "1111"
Many thanks
Lee
I don't want the graphic x,y such as somewhere between 0 - 512 and 0 - 256
I am after finding the character position 0-80 odd and y axis 0-22 roughly.
so something like
a = peek_something (mem_loc): b = peek_something (mem_loc+2)
a = x value
b = y value
===================================================================
Also is there a way to look at vertical screen pixels simultaneously or does it have to be a pixel at a time?
>>>>>x
000001
010101
011101
010011
So i would like to read some like
a = PEEK_D (mem), x
print a
would display "1111"
Many thanks
Lee