132x32 GLCD KS0713 controller

med2007

New member
Not sure if this is the right place but here goes...
I am a NOOB and would like to know if GLCD with KS0713 is best addressed serial or parallel? I have PicBasic Pro, can I write simple programs to PICs using this? What are V1, V2, V3,and V4 for on the chip?
Serial or Parallel?
Rgds
med2007
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

CF Tech

Administrator
> Not sure if this is the right place but here goes...

No, but I moved it here :)

> . . . if GLCD with KS0713 is best addressed serial or parallel?

Serial gives you less pins, but you give up reading.

> I have PicBasic Pro, can I write simple programs to PICs using this?

Running a graphic LCD is usually not "simple".

> What are V1, V2, V3,and V4 for on the chip?

V1-V4 are the voltages used for the different waveforms that drive the LCD.

Please take a look at our demo board schematics for sample connections:

"Other Document - Schematic of the ZIF connector (103KB)"

here:

http://www.crystalfontz.com/products/12864ap/index.html

Or the controller data sheet:

"Built-in Samsung KS0713 controller"

linked on the same page.
 
Top