Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Laptop LCD's as Marquee?  (Read 5500 times)

0 Members and 1 Guest are viewing this topic.

ojstimpy

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 4
  • Last login:April 09, 2022, 09:54:47 am
Laptop LCD's as Marquee?
« on: February 18, 2010, 11:00:52 am »
Has anyone ever attempted making a marquee with Laptop LCD's? I've been researching applying two LCDs together to make a marquee in my arcade machine. I've noticed that it may be quite expensive as a chip set (200$ up) would be required (power and controller) for each Laptop LCD to be used as a regular monitor. Then comes the fact that a front end would also need programming to display the game marquees on the LCDs. Just wondering if anyone has attempted this yet and if they can provide any additional info.
« Last Edit: February 18, 2010, 02:05:49 pm by ojstimpy »

BobA

  • Trade Count: (+14)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5943
  • Last login:July 11, 2018, 09:52:14 pm
  • What Me Worry?
Re: Laptop LCD's as Marquee?
« Reply #1 on: March 02, 2010, 02:58:58 am »
Laptop LCDs make it hard.   It has already been done with LCD TVs of sufficient size.  You just hide part of the TV or use it for other purposes.   Cannot remember the thread but it is here somewhere.

Blanka

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2248
  • Last login:January 25, 2018, 03:19:28 pm
Re: Laptop LCD's as Marquee?
« Reply #2 on: March 02, 2010, 03:37:42 am »
The screens interface with DVI and the backlight inverter can be powered of the Notebook adapter, so electronically nothing to worry about. You just need to figure out the pin out details of the screen band cable. Try benheck.com, there's a lot of screen hacking on that site.

sarge

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 159
  • Last login:April 27, 2015, 01:42:54 pm
Re: Laptop LCD's as Marquee?
« Reply #3 on: March 02, 2010, 10:47:23 pm »
Just something else to consider but depending on your cabinet design laptop monitors usually have a terrible viewing angle when it comes to looking up at the monitor.  This may or may not affect you depending on your design but just something to keep in mind.

BobA

  • Trade Count: (+14)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5943
  • Last login:July 11, 2018, 09:52:14 pm
  • What Me Worry?
Re: Laptop LCD's as Marquee?
« Reply #4 on: March 10, 2010, 05:09:36 pm »
Finally got around to finding the original LCD Marquee thread.  Randy T made a great color LCD Marquee for his cab.

Original LCD Marquee Thread

MonMotha

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2378
  • Last login:February 19, 2018, 05:45:54 pm
Re: Laptop LCD's as Marquee?
« Reply #5 on: March 10, 2010, 05:36:21 pm »
I've NEVER seen a DVI laptop panel.  I don't doubt that they exist, but all of them I have seen have either been LVDS or (very recently) DisplayPort.

Blanka

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2248
  • Last login:January 25, 2018, 03:19:28 pm
Re: Laptop LCD's as Marquee?
« Reply #6 on: March 11, 2010, 02:18:37 am »
LVDS
LVDS is analog. That would be stupid to use.

MonMotha

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2378
  • Last login:February 19, 2018, 05:45:54 pm
Re: Laptop LCD's as Marquee?
« Reply #7 on: March 11, 2010, 09:29:47 am »
No, LVDS is digital.  LVDS is "Low-Voltage Differential Signalling".  LVDS for LCDs and DVI are electrically somewhat similar (they both use differential signalling at relatively low voltage), but the line coding is different.  LVDS is simple NRZ (maybe 8B/10B) while DVI uses TMDS.  The actual voltage and current specs also differ some.

LVDS is actually used for lots more than just LCD panels, but they are a common application.  They are in fact so common, that saying "LVDS interfaced LCD" colloquially specifies a specific de-facto standard.  The electrical side is somewhat specified by National Semiconductor as "FPDLink".  TI also makes parts under the name "FlatLink".  There's a JAE connector that lots of manufacturers seem to use (though there are unfortunately two different pinouts).  On this connnector is panel power, some control signals including DDC, an LVDS clock (1/7th the bit rate on the data lines) and then 3/4 or 6/8 data pairs.  The RGB data, DEN, and sync signals are placed into certain bit positions in the serialized data stream and sent to the panel which deserializes them back out into parallel digital RGB+sync supporting up to 18-bit color for 3 channels, 24-bit color for 4 channels, and then interleaved data on the 6/8 channel version to lower the clock rate as high resolution panels can have rather high data rates (it's 7x the pixel clock for 3/4 channels or 3.5x the pixel clock for 6/8 channels).  This is similar to how dual-link DVI works.

The 3/4 channel version seems to only have a single pinout on the standardish connector.  The 6/8 channel version has two.  One just haphazardly adds the additional channels in while the other attempts to provide some compatibility.  Of course, some laptops use a non-standard connector.  I'm not a fan of that JAE connector, so I can understand why.  The interface is usually still the same.  Both of my laptops claim to have an LVDS panel interface.

Other things that use LVDS (it's a standard unto itself, though there are lots of tweakables) are PCI Express, SATA, SCSI (parallel at low speeds, SAS at much higher speeds), and IEEE-1394 aka Firewire.  DisplayPort also uses a similar physical layer, though I've not confirmed if it is in fact LVDS compliant.  SATA also has additional "out of band signalling" that makes it not strictly LVDS.

http://en.wikipedia.org/wiki/Low-voltage_differential_signaling
http://en.wikipedia.org/wiki/FPD-Link