• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Driving an LCD bright white from a gizmo for use as a light table?

Trash80toHP_Mini

NIGHT STALKER
I've been doing nothing for quite some time, but thinking of this little project. Using a computer to drive the LCD seems a big waste of power. I've got VGA and DVI inputs and a powered USB hub for juice I think. Nifty panel with the PERFECT base for this application. I have a lot of contact sheets and negatives to ransack for scanning.
 

max1zzz

Well-known member
I have no experience with doing this, but a little bit of googleing turned up that (to my surprise) a arduino can be used to generate VGA signals using a library such as this one: https://github.com/smaffer/vgax
The colour pallet is limited (And changes depending on how you wire it) but since your just wanting white it shouldn't be a issue
 

davidg5678

Well-known member
I would take a look at this video:

I think that it should contain the information you'll need to run the backlight on a TV/monitor LCD panel without providing a video signal.
 

Trash80toHP_Mini

NIGHT STALKER
Neat, I'll take a look at that for a larger panel that's useless as a display.

Max, I was thinking more along the lines of driving the VGA interface's RGB lines full blast via resistors from USB power. 😬
 

max1zzz

Well-known member
Max, I was thinking more along the lines of driving the VGA interface's RGB lines full blast via resistors from USB power. 😬
That was my first thought but (presumably) you need the vsync / hsync to actually get a image, and by the time you have built a circuit to do that you might as well have just got a £4 arduino Uno clone :)
 

Trash80toHP_Mini

NIGHT STALKER
THX, I've already stripped the LCD out of a larger panel and it lights up briefly, then turns off. I'll get at that later on.

Wrote this reply this morning, but forgot to hit the post button . . . oopsie! re: syncs

Yep, it didn't take long to figure that one out Max, that's why the ironic grin emoticon. For the time being. Good 'ole 12 year old HP_Mini doesn't draw all that much power so a white pic to display full screen via the VGA input will do the trick. Driving the larger panel in backlight sheet only mode will be the most efficient setup by far, so I'll skip the Arduino sideshow.

There's quite a bit of info out there about repurposing displays as light boxes.
 
Top