Interface HP LJ 4500 front panel LCD to PIC16F767

Thread Starter

ash8090

Joined Jul 24, 2017
7
Hello every one
I have this LCD from old HP LJ Printer, and the pin-out data of the LCD that I found is kinda complicated for me to understand, I began my PIC journey with PIC16F767, and I'm dying to interface this LCD to it, any help?

here some information:
- the LCD information link: https://kbiva.wordpress.com/2012/12/30/hp-laserjet-4500-front-panel/
 

Attachments

spinnaker

Joined Oct 29, 2009
7,830
Hello every one
I have this LCD from old HP LJ Printer, and the pin-out data of the LCD that I found is kinda complicated for me to understand, I began my PIC journey with PIC16F767, and I'm dying to interface this LCD to it, any help?

here some information:
- the LCD information link: https://kbiva.wordpress.com/2012/12/30/hp-laserjet-4500-front-panel/
What compiler do you plan to use??

The way it usually works around here is you do the bulk of the work then we help.
 

spinnaker

Joined Oct 29, 2009
7,830
Depending on the compiler of choice, the datasheet may not be the whole answer. Many compilers have libraries to make interfacing to peripherals a lot easier.
 
Top