LCD Wiring Example
jhwatts
Posts: 35
I recently purchased one of these
http://store.gravitech.us/13secogrlcd.html
and I am looking for a simple wiring example of how to wire it ti my BS2px24 on the super carrier board.
http://store.gravitech.us/13secogrlcd.html
and I am looking for a simple wiring example of how to wire it ti my BS2px24 on the super carrier board.
Comments
Let me know if the attached items help you get the display running OK, I'll be happy to help if you have any problems.
Dave X
ON YOUR LCD
Reset P3 ' Connect ALL pins with 10K resistors --> 4 RESET Input LCD reset (active low)
SData P2 ' Connect ALL pins with 10K resistors --> 5 SDATA Input Serial data
SClock P1 ' Connect ALL pins with 10K resistors --> 6 SCLK Input Serial clock
CS P0 ' Connect ALL pins with 10K resistors --> 7 CS Input Chip select (active low)
Dave
You would not use the LCDOUT command with this LCD as it is not a Parallel display. The post from Clock Loop described wiring it up. You need to use SHIFTOUT as the display is a 9-bit SPI device. I hope this helps, take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
http://rds.yahoo.com/_ylt=A0geuy.TVEVKqu8AjvBXNyoA;_ylu=X3oDMTEycDdmMXM0BHNlYwNzcgRwb3MDMwRjb2xvA2FjMgR2dGlkA0Y3NTRfOTY-/SIG=12go8tmvp/EXP=1246144019/**http://sirbot.org/sirbot-modules/datasheets/LCD_JHD_204A.pdf
I also have wiring diagrams if you need them for the BS2 and Prop chip