graphlcd problem

serdar_ozcan

New member
Hi,
I am using ks108 based graphic lcd display. But I dont know how can I write any caracter (ascii) on the display. I can show some graphics on the display but I dont know what is the method of write caracter.(like a caracter lcd display)

Could you help me about this problem ?

thanks.
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

CF Mark

Administrator
If you have it working then ill assume you have some kind of data sheets for the LCD.
Check to see if it has an on board character generator, if it does, work out how to use it.

If it doesnt, youll have to create the characters in the device controlling the LCD (PC or microcontroller) and draw them pixel by pixel.
 
Top