Anyway, i've been working on a PHP class which wraps all of the formatting functions for the text output (so I can use it with the infowidget), and everything works (CRLF, Colours, clear screen, goHome etc) except for setting the column position (i.e. X axis) of the cursor. I can't seem to get it working properly - the text driver just displays symbols on the screen where the code should be changing the position. Changing the row/Y position is fine!
I checked out the tv_text.spin file and i can't see anything wrong in the code, and i can't see anything wrong in my PHP code either. Any pointers?
I'll upload the code for my PHP class when i'm done

