CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

[Msg Update] 128 x 64 GLCD for character string

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
sindyme



Joined: 05 Aug 2009
Posts: 37

View user's profile Send private message MSN Messenger

[Msg Update] 128 x 64 GLCD for character string
PostPosted: Sun Jan 02, 2011 8:29 pm     Reply with quote

I want to use HDM64GS12.c sample code to control KS0108. (128 x 64 LCM )
Now, my code can work on it, but how can I write character string to show on LCM ?
I can control these function:
Code:
void glcd_fillScreen(int1 color)
void glcd_pixel(int8 x, int8 y, int1 color)
void glcd_writeByte(int1 side, BYTE data)

Which function can help me to send character string ?

Update ~
Hello everyone ~ I'm already try these sample code "GRAPHICS.C"
I use
Code:
void glcd_text57(int16 x, int16 y, char* textptr, int8 size, int1 color)

to send text.
But on the monitor the text become messy. How can I do it now ?
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group