My TFT and Button demo no longer works with the lasted build
Posted:
Sun Sep 18, 2016 11:56 am
by Ecoli-557
Just checking here, finally getting around to use the nifty new GOTO and GOSUB based on a variable but the demo no longer works on the last build. I went back to Alpha 44 and it works again.
Can someone else verify this as well?
Regards.
Re: My TFT and Button demo no longer works with the lasted b
Posted:
Sun Sep 18, 2016 1:29 pm
by bugs
Not tried demo but this works on A49 version:-
Code: Select alla$ = "[Option1]"
gosub a$
b = "[Option2]"
gosub b
gosub "[Option3]"
end
[Option1]
print "option1"
return
[Option2]
print "option2"
return
[Option3]
print "option3"
return
Re: My TFT and Button demo no longer works with the lasted b
Posted:
Sun Sep 18, 2016 1:37 pm
by Ecoli-557
Thanks for the info, but it is my demo using a TFT screen and a port expander that no longer seems to work.
I was going to add the new commands and repost, but the demo code I posted does not work with the latest build.
Once that gets sorted out, I will try the new commands for sure!
Thanks and Regards.