Psoc creator LCD128x64

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

cross mob
Anonymous
Not applicable

hello

   

 

   

Does anyone have any tutorial to connect the LCD128x64 to CY8CKIT-059 and a sample program for Psoc creator?

0 Likes
7 Replies
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received
        What is the part number of the LCD and what kind of data are you wanting to display.   
0 Likes
Anonymous
Not applicable
0 Likes
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Is this an Oled part? Do you know what graphic controller it is using?

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 are a couple of programs that may work.

0 Likes
Anonymous
Not applicable

I appreciate your help. my main doubt is where you connect the display control pins.
This display is an LCD graphic 128x64 and has the following control pins:

   

DB0 data bus to DB7 that I know where to call.
the control pins:
/ CS1
/ CS2
/ REST
R / W
LOL
AND

   

Inteligo like that?

0 Likes
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

Maybe  my old projects can help you :
DS18b20_logger.zip ,      READ_TEMP.zip    from here.
and
LCD128X64.cylib,   DMA_for_GLCD_128x64.zip ,   GLCD_128x64_PSoC4.zip    from here.

   

or here:  Programming graphil LCD

0 Likes
JiGi_284761
Level 4
Level 4
Welcome!

If you want to add a TFT display instead of a character display, Id recommend the FT800 or FT812. They have cheap development kits for about $75 and include the TFT display. It operates from SPI so you can drive it from just about any chip. They dont require a frame buffer or any other peripherals. Ive ran video from the FT812 thru a PSOC5 but mainly I use it for HMI. I make a lot of sensors and use this chip with a 5" display and the entire device sits on a PCB the size of a credit card including NOR and NAND Memory for the data logging.

   

0 Likes