PSOC 5LP Graphical LCD

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi all

   

I want to interface Graphical LCD(ks0108  - RG12864J ) with FreeSoC2 (sparkfun electronics),is any component available in PSOC creator 3.2 ?,

   

it would be great if anybody share example project.

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Yes, there is a component for parallel display interface. See attached.

   

Specific project for this display, I am not aware of any.

   

 

   

Regards, Dana

View solution in original post

0 Likes
7 Replies
lock attach
Attachments are accessible only for community members.
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Yes, there is a component for parallel display interface. See attached.

   

Specific project for this display, I am not aware of any.

   

 

   

Regards, Dana

0 Likes
Anonymous
Not applicable

so what should i do now for this this display if no component available in this ? is any possibilities to get that externally ?

0 Likes
Anonymous
Not applicable

so what should i do now for this this display(JHD12864E ) if no component available in this ? is any possibilities to get that externally ( ?

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Only solution left is: reading datasheet and programming the interface yourself (or use a supported display)

   

Might turn out to be a bit of work, debugging facilities absolutely required, I don't know if your PCB supports this.

   

 

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

SparkFun’s FreeSoC2 board has two processors on-board: a CY8C5868LTI-LP039 and a CY8C5888AXI-LP096.

   

The former serves as a debugger/programmer for the latter, which is the target upon which your application code

   

will be installed.

   

 

   

You have debugging on your board.

   

 

   

If you go to github or element14 and do some searching on GLCD you might be

   

able to find a library you can modify. In fact there are several projects there using

   

GLCD and PSOC 4 that you could possibly adapt.

   

 

   

Regards, Dana.

0 Likes
crcac_264396
Level 4
Level 4
First like received

Plenty of code floating around that can deal with this type of display. You need to set up the parallel port and a few control type pins.

   

I have been using this project for the GLCD routines. All you have to do to adapt it is tell it how to draw a pixel to your display:
http://www.embeddedlightning.com/ugui/

0 Likes
Anonymous
Not applicable

Hi,

   

You can find similar project at here

0 Likes