Serial Graphic LCD 160x128

hi,

I want to know how to write words and specify its position on the glcd ;

its link

http://www.sparkfun.com/commerce/produc … ts_id=8884

thanks in advance.

any answer … I need to buy it rapidly

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

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