-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I am trying to drive an LP101WX2 panel (see attached datasheet) with your HDMI-dualLDVDS converter but all I am getting is a black screen. I tried to do some trouble shooting as described below, but nothing seems to fix it. Any help will be greatly appreciated.
I tried to flash the board's firmware with both the demo and the FullHD+ firmwares and it makes no difference. Also, I wrote the panel's EDID (from the datasheet) to the board but no dice. I also tried with the original EDID the converter came with. Again, no difference.
This is how I initially wired up the converter to the panel:

For now, I am controlling the backlight separately (VLED, GND, LED_ENABLE and LED_PWM) to ensure the converter isn't doing anything funky.
Since the LCD panel is using just 4 twisted wire pairs I did some digging around and found out that the converter is using the DS90C387A to drive the LVDS panels. I thought that maybe it's not working because the DS90C387A is set up to work in dual mode. According to the DS90C387A's datasheet, pin 23, named DUAL, is responsible for configuring the mode:
"Three-mode select for dual pixel, single pixel, or single pixel input to dual pixel output operation. Single pixel mode when input is low (only LVDS channels A0 thru A3 and CLK1 are active) for power savings. Dual mode is active when input is high. Single in - dual out when input is at 1/2 Vcc. (Note 10) [...] To configure for single pixel or dual pixel application using the DS90C387A/DS90CF388A, the “DUAL” pin must be set to Vcc (dual) or Gnd (single)"
According to note 10, the DUAL pin has an internal pull down so all I had to do was ensure there was no pull-up resistor connected to the pin. According to the converter's schematics, the DUAL pin is connected to VCC through the R17 resistor. After unsoldering it, the screen still did not show anything. No noise, no nothing. Just black.
After taking a closer look at the DS90C387A datasheet I noticed that the pinout shows that pins 50 through 38 are for the odd rows and pins 37 to 26 are for the even rows, excluding some VCC and GND pins. It is also mentioned that the even row pins are disabled in single mode.
According to both the converter's schematic and its support page, the even pins are connected to pins 5 to 16 of the converter's connector:


However, looking at the traces of the actual board, the connections seems to be the other way around. The odd pins are connected to the connectors 5-16 pins:

I don't know if I misunderstood something or if the pins are mislabeled but I went ahead and swapped around the pins in the connector housing like so:

Again, all I get is a black screen. I would at least expect some random garbage.