SE USA
Offline
Faraday Member
Karma: 35
Posts: 3650
@ssh0le
|
 |
« on: August 14, 2010, 09:49:26 pm » |
I recently got a LCD module as it was headed to the trash at work (cause the touch screen was smashed, which is just a add on module) I intended to be half way though a library by now, but after making a ribbon cable breakout header and blah blah blah ... Its one of those units that require a negative voltage to drive the optics! blah, ok I have a chip that takes 5v and inverts it to -5, so I know they exist, but I really didn't want to wait an extra half week to get a smd model (cause that was all that is available) for the voltages needed (up to -18) goggling around I saw a few different ways of doing it, 1 using a 4000 chip (dont remember off hand) and another using a handful of pnp resistors, all seemed like a pita until I found this one which just uses a 555 timer, a couple extra caps and a couple of diodes (which can run upto 15 volts which is close enough for contrast) http://www.csgnetwork.com/ne555c1.htmlso I made it up, not using the recommended components (10nf vs 1, 330uf vs 470, 2k2 vs 2k, and for the diodes I used some standard "power" silicon types) and while not perfect, and I am loosing a little using the silicon diodes, I have to say it is doing the job just fine so check it out if you have the need
|
|
|
|
« Last Edit: August 14, 2010, 09:55:50 pm by Osgeld »
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
B0100111001000011, USA
Offline
Edison Member
Karma: 0
Posts: 1503
I'm confused. Wait, maybe not..
|
 |
« Reply #1 on: August 14, 2010, 10:01:20 pm » |
I've never really looked into it, but I just don't get negative voltage... Isn't it just a power supply connected backwards?  </ignorance>
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Offline
Faraday Member
Karma: 35
Posts: 3650
@ssh0le
|
 |
« Reply #2 on: August 14, 2010, 10:13:21 pm » |
yea but how do you wire a power supply both backwards and frontwards at the same time  (ok its super easy if your using an AC source or batteries, but from a DC wall wart) btw you would get a kick out of this, its a 240x64 glcd
|
|
|
|
« Last Edit: August 14, 2010, 10:16:06 pm by Osgeld »
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
B0100111001000011, USA
Offline
Edison Member
Karma: 0
Posts: 1503
I'm confused. Wait, maybe not..
|
 |
« Reply #3 on: August 15, 2010, 12:06:51 am » |
its a 240x64 glcd :O cool! You'll have to post about it some time. What's the chipset? It's funny that I keep telling myself I shouldn't spend ~20 bucks on stuff I don't need (GLCD), and then I find myself placing a $25 dollar order for things I DEFINITELY don't need  .
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Offline
Faraday Member
Karma: 35
Posts: 3650
@ssh0le
|
 |
« Reply #4 on: August 15, 2010, 12:14:35 am » |
its using a toshiba T6963C chipset and here is a pic from google images 
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
England
Offline
Full Member
Karma: 0
Posts: 211
Arduino rocks
|
 |
« Reply #5 on: August 15, 2010, 04:00:02 am » |
I've never really looked into it, but I just don't get negative voltage...
Isn't it just a power supply connected backwards? Tongue
</ignorance> kind of, I think the easiest example is a centre tap on a battery connected as ground, the negative end would then become a negative voltage. yea but how do you wire a power supply both backwards and frontwards at the same time Smiley (ok its super easy if your using an AC source or batteries, but from a DC wall wart) Use two wall warts, or a dual isolated output one, connect them in series and use the centre wire that you just connected as ground.
|
|
|
|
|
Logged
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #6 on: August 15, 2010, 04:53:48 am » |
Isn't it just a power supply connected backwards? Umm, nope It's funny that I keep telling myself I shouldn't spend ~20 bucks on stuff I don't need (GLCD), and then I find myself placing a $25 dollar order for things I DEFINITELY don't need Well you know you need one of these: http://cgi.ebay.co.uk/ART-USED-LCD-graphical-640x480-mono-8-4-EG9018C-/390223734243?pt=LH_DefaultDomain_212 about $12 including postage or something...
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Edison Member
Karma: 0
Posts: 1103
Arduino rocks
|
 |
« Reply #7 on: August 15, 2010, 07:24:12 am » |
...until I found this one which just uses a 555 timer, a couple extra caps and a couple of diodes (which can run upto 15 volts which is close enough for contrast) Where did you get the +15V from in the first place? The 555 will just produce some square waves, which can also be produced by a spare Arduino PWM pin... As this will give you -5V only @10mA (whilst the 555 can deliver 100mA) an all purpose NPN transistor is also needed, collector to the higher + voltage. For peeople interested in this: http://www.holger-klabunde.de/dcdc/picdcdc.htmIt is not English but you need not understand the text, it's all in the diagrams :-)
|
|
|
|
« Last Edit: August 15, 2010, 09:14:19 am by mpeuser »
|
Logged
|
|
|
|
|
B0100111001000011, USA
Offline
Edison Member
Karma: 0
Posts: 1503
I'm confused. Wait, maybe not..
|
 |
« Reply #8 on: August 15, 2010, 12:02:55 pm » |
Well you know you need one of these: That's AWESOME! Any idea if it's EVER been interfaced to Arduino?  I suppose it'd be a challenge, but I'd probably fail haha
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Offline
Faraday Member
Karma: 35
Posts: 3650
@ssh0le
|
 |
« Reply #9 on: August 15, 2010, 01:37:40 pm » |
Where did you get the +15V from in the first place? Im not, im dumping +12v from a wallwart this thing is expects -18 for its darkest contrast, which is also useless cause then the screen is black, at -9 the contrast is actually just about perfect at -5 its barley visible unless the backlight is off and you hold it at a perfect angle If I could have ran it off of -5 that would have been convenient, but nope, -11.x while not opaque is more than enough to blacken the entire screen and have plenty of room for adjustment
|
|
|
|
« Last Edit: August 15, 2010, 01:40:39 pm by Osgeld »
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
Katowice POLAND
Offline
Full Member
Karma: 2
Posts: 127
Arduino rocks
|
 |
« Reply #10 on: August 15, 2010, 01:58:28 pm » |
Please tel me that someone did run that lcd on arduino!
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Full Member
Karma: 0
Posts: 209
Office meets Adruino
|
 |
« Reply #11 on: August 15, 2010, 02:11:11 pm » |
arent you going to need some type of HVT to run the CCFL?
|
|
|
|
|
Logged
|
|
|
|
|
B0100111001000011, USA
Offline
Edison Member
Karma: 0
Posts: 1503
I'm confused. Wait, maybe not..
|
 |
« Reply #12 on: August 15, 2010, 02:15:08 pm » |
arent you going to need some type of HVT to run the CCFL Good catch. I hadn't noticed that it had a CCFL.
|
|
|
|
|
Logged
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #13 on: August 15, 2010, 04:16:19 pm » |
Good catch. I hadn't noticed that it had a CCFL. http://*Negative voltage generator on board*Inverter for CCFT on boardIt's in the pic. You only need 5v and 5v logic but the arduino would be a bit slow. Nobody has tried it with an arduino yet as far as I know but if I remember, i'll buy one in a few weeks. I doubt I'd get very far though. We need one of our resident LCD experts to buy one!  Mowcius
|
|
|
|
|
Logged
|
|
|
|
|
B0100111001000011, USA
Offline
Edison Member
Karma: 0
Posts: 1503
I'm confused. Wait, maybe not..
|
 |
« Reply #14 on: August 15, 2010, 04:18:46 pm » |
*Negative voltage generator on board *Inverter for CCFT on board Again, nice catch  . I need to read more carefully before posting. Yeah, I know NOTHING about how LCDs process data, so I'd be a bad one to experiment. So you don't even need any high (positive) voltages for the LCD drive? I'm going to post a thread here in Bar Sport asking people who know what they're doing to please try it out ;D [edit]http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1281907513/0[/edit]
|
|
|
|
« Last Edit: August 15, 2010, 04:26:18 pm by Tchnclfl »
|
Logged
|
|
|
|
|
|