This include file makes it a little easier to print to these 3310 displays. Otherwise a lot of code is required for printing each character. This simplifies printing text, as well as variables.
To use printstr and printvar:
Code:
@ PrintStr 0,0, "If I write more than one line, it will scroll to the next one, and next."
@ PrintVar 0,0, _anyvariablehere
A few more details in these two posts:
http://www.picbasic.co.uk/forum/show...3456#post73456
http://www.picbasic.co.uk/forum/show...3728#post73728
Include file:
http://www.picbasic.co.uk/forum/atta...1&d=1271491258
Bookmarks