SparkFun Forums 

Where electronics enthusiasts find answers.

General suggestions or questions about the SparkFun Electronics website
By n1ist
#100564
It's all in the data sheet. It says that if you send ASCII to the screen, it will print it and automatically move to the next character location. You can move to an arbitrary position by sending |^xn and/or |^yn (where n is the pixel location of the top left of the character position as a hex number, not ASCII characters).
/mike
By foxkid
#105410
I have some new code for the graphic LCD backpack, which fixes some of the bugs and adds flow control.

I don't know where to post it to Sparkfun. I also see that the "Comments" section of the products pages is NOT connected with the forums.

In any case, if you email me at my gmail account "carl.mikkelsen", I will send you the modified SparkFun code.

-- Carl