HYDRA: Tiny Basic keyboard
inaki
Posts: 262
The keyboard under Tiny Basic works as follows: when I press a key, say 'P', it gets printed, and the cursor advances·one position. Then when I press another key, say 'R', the effect is that the first character is deleted and the cursor goes back one position. So I cannot·write more than·one character on the screen.
I·guess ·this is not the way it should work, is it ?
I have compiled the RGW_tinyBasic demo.
Note: I am using the mini-keyboard included with the Hydra.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I·guess ·this is not the way it should work, is it ?
I have compiled the RGW_tinyBasic demo.
Note: I am using the mini-keyboard included with the Hydra.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Comments
RGW_TINYBASIC_010.SPIN
You should be able to just write code like any other basic intepreter.
10 print "hello world":goto 10
run
For example.
Andre
Now I can type anything without problem.
By the way, replacing the keyboard solved my problem with Ball Buster game too!
Thanks!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It cannot be the keyboard itself because I have replaced it.
The Tiny Basic welcome screen that shows when it does work does not show when it fails. Only the cursor shows at the top left corner. And then the problem that I describe above.
So definitely there is still a problem here.:-(
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andre'
I have a bunch of Propeller chips over here so I will replace it and see what happens.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andre'