CFA633-TMC-KS LCD question

m3atwad

New member
I'm trying to use my pic to control the LCD on the CFA633-TMC-KS, but i don't want all the serial stuff. In the data sheet it doesn't show me where/if the lcd has any accessible programing pin connections so i can use JUST the lcd on the board. is there a datasheet for the lcd itself?
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

CF Tech

Administrator
The LCD on the CFA-633 is not directly accessible.

You have to talk to it through the RS-232, using a packet with a CRC.

What language are you using on the PIC? There are CRC routines in the data sheet.
 
Top