Ivan.L
Posts: 12
Joined: Thu Oct 17, 2013 4:07 pm

help connecting tft screen from dvd player

Fri Mar 14, 2014 8:04 pm

Hi All

Some days ago my friend gave me parts of a portable dvd player. the parts were:
The main board
The lcd controller board
The inverter

The problem I have with them is that he desoldered all of the wires.
Image
Image
Image

My biggest problem is the inverter. It has 3 wires. Where I should connect them and what voltage?

Thanks in advance!

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13099
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: help connecting tft screen from dvd player

Fri Mar 14, 2014 8:09 pm

the inverter generates a high voltage for the indecent gas tube for the LCD backlighting, on the input (if there are only three wires) I guess would be one ground wire, (probably originally black) one power wire (probably originally red and for 12V) and one wire for "control" that is either on/off or "brightness", and this is probably a 5V (digital) signal, referenced to the GND wire.

Be careful, an inverter like this makes several hundred volts AC at its output, (at the left hand side) that can be deadly!

I would first identify the GND, probably it is the large track on top.
Then I would examine the "royer oscillator & controller" iC, and would google for it, if you can find its data sheet, it will tell you the VCC voltage it uses, and which pin is connected to it, which you can use to trace back to the power wire.

Ivan.L
Posts: 12
Joined: Thu Oct 17, 2013 4:07 pm

Re: help connecting tft screen from dvd player

Fri Mar 14, 2014 8:17 pm

mahjongg wrote:the inverter generates a high voltage for the indecent gas tube for the LCD backlighting, on the input (if there are only three wires) I guess would be one ground wire, (probably originally black) one power wire (probably originally red and for 12V) and one wire for "control" that is either on/off or "brightness", and this is probably a 5V (digital) signal, referenced to the GND wire.

Be careful, an inverter like this makes several hundred volts AC at its output, that can be deadly!

I would first identify the GND, probably it is the large track on top.
The problem is that I got the inverter without the wires and there is no writing on it. I know where the ground wire is and thats all.

I tried googling for mst710 but I couldn't find any datasheets.

klricks
Posts: 7154
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: help connecting tft screen from dvd player

Sat Mar 15, 2014 1:39 pm

Your only options are to:
Get your friend to show you how the wires were connected.....
-Or-
Look at a similar unit and compare....
-Or-
As mahjongg suggests find data sheets on chip(s) and trace back with an ohm meter....

You did not mention what you want to accomplish with this, but if your intent is to somehow connect this to a RPi to use as a display then I think you will no be able to do that. Most players have video outputs only ...... not inputs (HDMI or composite) which would be required for the RPi (or anything else).
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

Ivan.L
Posts: 12
Joined: Thu Oct 17, 2013 4:07 pm

Re: help connecting tft screen from dvd player

Sat Mar 15, 2014 3:32 pm

Ok guys.

Yesterday I checked the ic on the display driver. Now I checked the inverter ic and found the datasheet for it.
I found that the two pads on the pcb lead to the ic. One is a power input and the other is chip enable.
The input voltage is from 6V to 17V.
I plan to use it as a screen for th RPI. How many amps my power supply must provide at minimum?

The display driver has 5 pins:DVD/TV,TV/C S_Y,GND and REM.
also the main board has composit input.

User avatar
GTR2Fan
Posts: 1601
Joined: Sun Feb 23, 2014 9:20 pm
Location: South East UK

Re: help connecting tft screen from dvd player

Sat Mar 15, 2014 4:17 pm

Ivan.L wrote:The input voltage is from 6V to 17V.
I plan to use it as a screen for th RPI. How many amps my power supply must provide at minimum?
There's no way of knowing just from the required supply voltage.
Pi2B Mini-PC/Media Centre: ARM=1GHz (+3), Core=500MHz, v3d=500MHz, h264=333MHz, RAM=DDR2-1200 (+6/+4/+4+schmoo). Sandisk Ultra HC-I 32GB microSD card on '50=100' OCed slot (42MB/s read) running Raspbian/KODI16, Seagate 3.5" 1.5TB HDD mass storage.

klricks
Posts: 7154
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: help connecting tft screen from dvd player

Sat Mar 15, 2014 4:29 pm

Ivan.L wrote:Ok guys.

Yesterday I checked the ic on the display driver. Now I checked the inverter ic and found the datasheet for it.
I found that the two pads on the pcb lead to the ic. One is a power input and the other is chip enable.
The input voltage is from 6V to 17V.
I plan to use it as a screen for th RPI. How many amps my power supply must provide at minimum?

The display driver has 5 pins:DVD/TV,TV/C S_Y,GND and REM.
also the main board has composit input.
What is the brand and model of the DVD player?
Google that and see if you can find a user-manual with specifications for the power supply.
If you have never used the RPi on composite then I would suggest that you try it on another working composite display or TV.
IMO composite is not usable for a main display. ...... Poor quality low resolution and jittery hard to read text.... Some do OK with it though.
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

Ivan.L
Posts: 12
Joined: Thu Oct 17, 2013 4:07 pm

Re: help connecting tft screen from dvd player

Sat Mar 15, 2014 5:25 pm

Just tested the inverter with the screen using my 2.5 amp 12v power supply.
It works :D
Now time to start with the display adapter.
looks like it even does not need 5v on the chip enable pin to activate it.
All I know is that this dvd player is from sony.

Ivan.L
Posts: 12
Joined: Thu Oct 17, 2013 4:07 pm

Re: help connecting tft screen from dvd player

Sat Mar 15, 2014 7:33 pm

I think that the display driver uses s-video input. The tv/c pin is color and s_y is image. If I connect the two pins to the composite out of the RPI it will work.

Ivan.L
Posts: 12
Joined: Thu Oct 17, 2013 4:07 pm

Re: help connecting tft screen from dvd player

Fri Mar 21, 2014 12:36 pm

Tried feeding video through all pins except the rem pin but it doesn't work. What does the rem pin do?
Last edited by Ivan.L on Fri Mar 21, 2014 1:45 pm, edited 1 time in total.

basicmark
Posts: 20
Joined: Thu Feb 27, 2014 11:54 pm

Re: help connecting tft screen from dvd player

Fri Mar 21, 2014 1:34 pm

Not sure, but are you sure those aren't output pins (i.e. for playing the DVD through a TV rather then the built in display)?

Ivan.L
Posts: 12
Joined: Thu Oct 17, 2013 4:07 pm

Re: help connecting tft screen from dvd player

Fri Mar 21, 2014 1:51 pm

basicmark wrote:Not sure, but are you sure those aren't output pins (i.e. for playing the DVD through a TV rather then the built in display)?
The pcb connects to the lcd so I'm pretty sure that they are the input pins.
The pcb is the one on the second photo.

klricks
Posts: 7154
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: help connecting tft screen from dvd player

Fri Mar 21, 2014 2:45 pm

FYI
Some players have a switch to change the composite from output to input.
Some must be switched by using the remote or other keys on the console to get into the OSD menus.
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

Ivan.L
Posts: 12
Joined: Thu Oct 17, 2013 4:07 pm

Re: help connecting tft screen from dvd player

Fri Mar 21, 2014 4:46 pm

Just connected the display driver to the main board. Got the same black screen. What should I do next?

Return to “Other projects”