Jump to content

SEIKO 320*200 Pixel LCD (SED1330) work with MIOS ?


Artesia
 Share

Recommended Posts

Hi :)

Just bought some displays at a amateur radio show; 2*40 VFD and some (Korg like) SEIKO 320*200 Pixel LCD's.

Am wondering how much hassle it will be to get the SEIKO G321DX1R1AC  displays working on MIOS ...they are based around a SED1330 chipset. ? :)

Also have some very large VFD displays here too ...they are 12" by 2" ! ...and is based on two OKI c1162 chips + a 80c318h PIC ....darn :] ...hope its compatable with standard (-serial-) protocol ...they were made by telesincro of spain. ...not as fussed about getting these working ..though would look awfully nice in a large form midibox sequencer :)

...is there a possability of getting those SEIKO's on the go ? :)

...can get a ton more of these bligthers soon ..should anyone else want any. They are Cold cathode backlit ...and have a 'white' pixels on black configuration ...will fire one up soon and check out the actual colour :) ..most likely to be blue.

Should be able to do them for around £15 if they're of any intrest...:]

Link to comment
Share on other sites

No, there is no driver available for this display yet. The data interface is similar to T6963C (the appr. driver can be found in the MIOS download section), but the commands are different and the datasheet doesn't make clear, if the pixels are oriented in a horizontal or vertical line. On horizontal oriantation the display will be very slow - unless the drivers gets use of the inbuild character generator. But the generator doesn't support customized fonts with any size (e.g. 5x8 or 24x16) - so, not a good choice for MIOS fonts

Best Regards, Thorsten.

Link to comment
Share on other sites

Some new bits,

Got the spares to fix my digi cam before i went away.. so here's some snaps of the aforementioned items.

Upper: the VFD display module.

Middle: the SEIKO graphical LCD module.

Lower: a Standard 16*1 LCD for scale.

disp1.jpgdisp2.jpg

btw, heres some further url info that might help with the Graphical LCD; will look into this matter myself as well.. :

http://www.seiko-usa-ecd.com/lcd/products/graphic_mods/g321dx1r1ac.html

http://www.seiko-usa-ecd.com/lcd/products/graphic_mods/pdf/builtin1330.pdf

     Datasheet seems to suggest horizontal 'refresh'; and mentions that there is a standard 8*8 rom charset & space for 32 custom chars.

     Also the screen should be addressable pixel by pixel in graphical mode, though that'll put a dent in cpu cycles.. How about a pic dedicated to rendering the graphics ;) ..probably too time consuming to code ..tho who knowz :)

Link to comment
Share on other sites

[sourced From]:http://www.eio.com/g321dap.htm

A 'Tetris' PIC project using the G321D display:

http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2002/dkl22/index.html

{with LCD display driver code on site}:

http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2002/dkl22/lcd.txt

"The Seiko G321D LCD was surprisingly easy to work with, thanks to the SED1330F controller. To write a command or data to the LCD, it is written to the data port (Port B) and then a command is written to the control port (Port A) telling the LCD to read the data port. Once the primitive functions (WriteCommand and WriteData) were written and the correct command definitions mapped, working with the LCD just involved address calculations and function calls. "

A 'Monopoly' PIC project using the G321D display:

http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2002/jq13/webpage/476monopoly.html

LL-01 Graphing Calculator PIC project using the G321D display:

http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2001/yl131/default.htm

A more comprehensive manual for the G321D:

http://www.eio.com/g2446g242cg321d.pdf

A more comprehensive (148 page!) manual for the SED1330:

http://www.seiko-usa-ecd.com/lcd/products/graphic_mods/pdf/sed1335f.pdf

A epe article on using intelligent lcd's - a good read:

http://www.epemag.wimborne.co.uk/lcd1.pdfhttp://www.epemag.wimborne.co.uk/lcd2.pdf


Another bit of {linux} pc software which can drive sed1330's and many others:

http://lcdproc.omnipotent.net/index.php3?continue=yes


some pictures of the 'plain' reflective version of this display in opperation:

dcp.jpg

g321d1.gif

Link to comment
Share on other sites

How about a pic dedicated to rendering the graphics  ..probably too time consuming to code ..tho who knowz  

This kind of thing is why I'm trying to make a IIC slave driver for the PIC, so in applications which require a little more cycles than one core can handle, a second core could be controlled by the first, and do all the hard work... Or a third core... etc etc...

This is turning out to be rather difficult though, so although I'm sure I'll finish it, if it is possible, it might be a long time  :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...