LCDInfo.com

http://www.lcdinfo.com
It is currently Fri Nov 22, 2024 8:07

All times are UTC + 2 hours




Post new topic Reply to topic  [ 14 posts ] 
Author Message
PostPosted: Mon Mar 28, 2005 11:48 
Offline

Joined: Mon Feb 14, 2005 11:01
Posts: 16
I have just got a Hitachi LMG7420PLFC-X Graphic LCD but I have trouble trying to get it wired up. I am wondering whether I need an inverter to operate the LCD.

http://www.baso.no/content/pdf/LMG7420PLFC-X.pdf


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 28, 2005 12:13 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Looks like you need an inverter for the CCFL backlight and also a negative voltage supply (Vee) for the contrast adjustment.

_________________
My Plexeon-Insane LCD!-Or this one!-LCDinfo-LCDStudio


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 29, 2005 3:09 
Offline

Joined: Mon Feb 14, 2005 11:01
Posts: 16
Yar, I have connected the pins as the following

VSS - GND
VDD - (+5V)
VO - (-10.8V)
/WR - P2.6
/RD - P2.5
D0-7 - P1
/EN - P2.7
C/D - P2.4
/RET - P2.3


I would need to program it using a 8051 microcontroller. My school have not bought the inverter, so in the meantime my lecturer actually said that it may or may not work with an inverter. But after making all the connections nothing came out, so I was wondering is it because of the inverter or is it because of my connection problem.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 03, 2005 11:11 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
Depending of the lcd (especially with transmissive lcds) it might be difficult to see if there's no backlight powered. But with some external light it should be possible to see something and verify the display is working.

So you have the negative voltage to the VO pin ? Can you see the contrast changing if you adjust this negative voltage ? This would be the first thing to verify before trying to write data to the display.

The display has a T6963C controller I suppose ?
You can find some T6963C code here: http://forum.lcdinfo.com/viewtopic.php?t=362


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 08, 2005 11:17 
Offline

Joined: Mon Feb 14, 2005 11:01
Posts: 16
I have managed to get so display onto the LCD. But I cannot seems to be able to plot pixel by pixel. I have found this code on the net but I do not know how to translate it to assembly language.

Procedure lcd_setpixel(column,row) ; // set single pixel in 240x128 array
addr = #G_BASE + (row*#BYTES_PER_ROW) + (column/6) ; // memory address of byte containing pixel to write
dput(addr % 256): dput(addr >> 8): cput($24); // set LCD addr. pointer
cput($F8 | (5-(column % 6)) ); // set bit-within-byte command
EndProcedure


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 11, 2005 8:38 
Offline

Joined: Mon Feb 14, 2005 11:01
Posts: 16
I have just notice that I was actually plotting my graph using the cursor, that's why I cannot get a nice graph that stays on the screen. Anyone knows how to plot a graph pixel by pixel instead? Please help~


Top
 Profile  
 
PostPosted: Thu Apr 06, 2006 20:46 
Offline

Joined: Thu Apr 06, 2006 20:31
Posts: 3
ykhuang21 wrote:
I have just got a Hitachi LMG7420PLFC-X Graphic LCD but I have trouble trying to get it wired up. I am wondering whether I need an inverter to operate the LCD.

http://www.baso.no/content/pdf/LMG7420PLFC-X.pdf

hi,
I have also purchased this display from baso but I cant get it to work. I have wired it correctly, this is all I get up on the display:
Image
Image

any ideas?
have tried:

lcdstudio, lcdhype and lcd4linux
:D


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 09, 2006 21:08 
Offline

Joined: Sat Oct 30, 2004 2:14
Posts: 14
ykhuang21 wrote:
Yar, I have connected the pins as the following

VSS - GND
VDD - (+5V)
VO - (-10.8V)
/WR - P2.6
/RD - P2.5
D0-7 - P1
/EN - P2.7
C/D - P2.4
/RET - P2.3


I would need to program it using a 8051 microcontroller. My school have not bought the inverter, so in the meantime my lecturer actually said that it may or may not work with an inverter. But after making all the connections nothing came out, so I was wondering is it because of the inverter or is it because of my connection problem.



I was just wondering about this, V0 - VEE. Should the -15v? be connected to VO and let VEE be unconnected?


And to get 6x8 font size, could I put +5v at pin 19 to swap the standard 8x8 font size?

_________________
-= Torro =-


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 09, 2006 21:47 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Swimmel: i'd suggest you rewire and check the connections with a multimeter; it looks really bad

Torro: if your LCD has onboard Vee then wire it up with a potmeter over Vo and GROUND as you can see in this schematic.
I believe this Hitachi display has been discussed before here with a proper wiring scheme too, use the search!

Font selection is done by putting your FS pin either high (+5) or low (GROUND)

_________________
My Plexeon-Insane LCD!-Or this one!-LCDinfo-LCDStudio


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 09, 2006 23:08 
Offline

Joined: Sat Oct 30, 2004 2:14
Posts: 14
Okey, I am getting a bit confused. The schematics on those t6963c controllers are very similar, but have a few differences. The DATAVISION panel is similar to this Hitachi, it is also lacking a dc-dc neg. generator.

Is it really as easy as this schematic from liquid-mp shows, just a pot between ground, VEE and V0?

+5v on pin 19 seems correct, and a bit easier than wiring the controller chip. Thank you for taking your time.

_________________
-= Torro =-


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 09, 2006 23:26 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Yes it's that easy, but if there's no onboard DC then look at this schematic and follow that Vo and Vee (Vlc) scheme.
Maybe as you suggested you can feed the -15 directly into Vo but contrast might not be optimal/correct.

_________________
My Plexeon-Insane LCD!-Or this one!-LCDinfo-LCDStudio


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 09, 2006 23:40 
Offline

Joined: Sat Oct 30, 2004 2:14
Posts: 14
Image

This is the reason why I have trouble to get those schematics around. It is from the specs. on this panel, and shows a different story.

Edit: Finally found it: Must be like this one: (Thank you Henry)
Image

_________________
-= Torro =-


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 30, 2006 13:51 
Offline

Joined: Thu Apr 06, 2006 20:31
Posts: 3
coorz wrote:
Swimmel: i'd suggest you rewire and check the connections with a multimeter; it looks really bad

hi, I have checked my connection with a multimeter and all they are all connected.
On the backside I have soldered where it is circuits.

I still cant get any text or picture up on the display.

is there any foolproof method to check if the display works?


Top
 Profile  
 
 Post subject: LMG7420PLFC-X
PostPosted: Sat May 20, 2006 15:42 
Offline

Joined: Thu Apr 06, 2006 20:31
Posts: 3
is there anyone who have actually got this display to work.?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC + 2 hours


Who is online

Users browsing this forum: Bing [Bot] and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group