Hi All,
Thank you for your help.
The issue that I am currently having is as follows: When I write a program such as:-
PRINT "HELLO"
WAIT KEY
END
The program runs fine.
However, when I write a program such as:-
TEXT 100, 100, "HELLO"
WAIT KEY
END
The screen continues to flicker at a very fast rate and it's difficult to read the output. This happens whenever I write any program that uses the TEXT method to position text on the screen.
I will greatly appreciate your help to resolve this issue. The setting being used is 640x480x32
Thank you.