External car CD changer LCD on BS2?
eger
Posts: 9
I have this old kenwood LCD module from a car CD changer. It has 9 buttons on it and the LCD is driven by a Sanyo LC75821. I found documentation for the chip here: http://www.alldatasheet.com/datasheet-pdf/pdf/40942/SANYO/LC75821E.html
It looks like the chip has 8 wires for serial communication and power (which correspond to the 8 wire cable). It works up to 6.6volts and looks like something I might be able to play with on my bsp2p24 demo board.
My question is, what should I be looking for or reading about to find out what each wire is used for, what clock speed to run, and what commands drive the device? I am not sure if there is a trial and error path I could take. But i'm hoping that it isn't impossible without the documentation. I doubt i'll be able to find any data or specs on how kenwood interfaced it with their cd changer.
Thanks for your time!
It looks like the chip has 8 wires for serial communication and power (which correspond to the 8 wire cable). It works up to 6.6volts and looks like something I might be able to play with on my bsp2p24 demo board.
My question is, what should I be looking for or reading about to find out what each wire is used for, what clock speed to run, and what commands drive the device? I am not sure if there is a trial and error path I could take. But i'm hoping that it isn't impossible without the documentation. I doubt i'll be able to find any data or specs on how kenwood interfaced it with their cd changer.
Thanks for your time!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
I would love to read more about it. What pages are you referring to? I checked those pages in the PDF manual. But they are just about the manual, part of the contents, and page 4 is blank.
( Crikey. )
Post Edited (PJ Allen) : 7/27/2006 3:27:35 AM GMT
Now I have done some more tracing on the PCB and have found another controller on it which is a NEC PD6124A. The datasheet for it specifically says it is used for communication in tv's, stereos, and other household equipment (i'm guessing this is what receives the commands and tells the LC75821 what lights to turn on).
Guess this is going to be too difficult for my knowledge...