Regarding connection with LCD drive

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

cross mob
Anonymous
Not applicable

 hi

   

I want to connect my PSOC5LP board with 16*2 LCD,whether it is possible thereby i can display my analog values there.

0 Likes
7 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

What board do you have ?

   

 

   

You want the LCD to have a Hitachi / Renesas 44780 controller on it, then interface

   

is easy, 4 pins for data, 3 for control, one port of PSOC,  one for contrast, 2 for power.

   

 

   

Or use the Kees component which allows general pin connection interface.

   

 

   

www.cypress.com/

   

 

   

Or an I2C or SPI LCD, and you write the driver for it.

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

 I am using this chipset HD44780 , http://www.tenettech.com/product/2442/16-x-2-character-lcd-display-with-backlight-jhd162a-green ,whether any example or application note  availble for this interface?

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

Use the Character-LCD component, that will work for that kind of display.

   

Do you have got a Cypress development Kit (which one) or are you using your own board?

   

 

   

Bob

0 Likes
Anonymous
Not applicable

 FreeSOC 2 from sparkfun PSOC5LP

0 Likes
lock attach
Attachments are accessible only for community members.
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Here is a ADC LCD program for you to look at.

   

Simple ADC to LCD/

   

 

   

Bobgoar

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

If you look in the data sheet for the LCD component there is a connection

   

diagram shown. If you use Kees then the connections are flexible and

   

you choose what pins.

   

 

   

Regards, Dana.

0 Likes
lock attach
Attachments are accessible only for community members.
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Here is a LCD ADC design that uses the KEES LCD controller that allows any pin connection and it is for the PSOC5l. It also show wiring for the LCD.

0 Likes