Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Need info on display?

Discussion about LCD's and other related hardware

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792

Post Reply
misimo
Posts: 10
Joined: March 31st, 2009, 4:01 pm

Need info on display?

Post by misimo »

Hi

I'm come in possession of some 40x6 characters VFD displays but I don?t know how to use them, and I cannot find any datasheet on them.
I think it's a itron display.
Can someone plz help me?

Image Image

Image Image

Master1280
Posts: 20
Joined: September 15th, 2007, 7:49 pm

Post by Master1280 »

:shock: NICE!

is a lcd SED based controlers
maybe you can see lcd hype

good luck!

Image

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

Nice display!

Very power hungry! 2.2Amps @ 5V!!!

Here is the datasheet:
http://new.qscomp.cz/download/noritake/ ... TW200A.pdf

Good luck with it!

misimo
Posts: 10
Joined: March 31st, 2009, 4:01 pm

Post by misimo »

Okay thanks for the informations.
One question more, how about driver, version 5.4 only support 4x40 characters?

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »


misimo
Posts: 10
Joined: March 31st, 2009, 4:01 pm

Post by misimo »

Hmm need help, can't get the display to showing any things from pc,
Only in testmode, I?m pretty sure it's a wiring problem. :cry:

This is how I wired it:

Display | LPT
D0 -> 2
D1 -> 3
D2 -> 4
D3 -> 5
D4 -> 6
D5 -> 7
D6 -> 8
D7 -> 9
WR/RW -> 1
CS -> 16
Busy -> 11

BTW: The 6.0.0-b don't support 6 line

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

Try this:

Display | LPT
D0 -> 2
D1 -> 3
D2 -> 4
D3 -> 5
D4 -> 6
D5 -> 7
D6 -> 8
D7 -> 9
WR/RW -> 14
CS -> 1
Busy -> NC

You can select 8 lines or even 16, just use only the first 6.

Doesn't it have any serial connection?
I think that parallel is limited to 4 rows...

misimo
Posts: 10
Joined: March 31st, 2009, 4:01 pm

Post by misimo »

Ohh! okay I thought it should stand exactly on 6 line to act. :?

I've made the new wiring, now the cursor is moving randomly, but nothing is written.

Regarding the seriel connection, I can see in the datasheet it has a SIN/TEST port, but I'm not sure whether it's a normal rs232 or a TTL.
But it would be great if I could use seriel instead of parallel.

It is perhaps a little ambitious project for me, but could be cool if it succeeded. :P

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

I'd go with pin 25 T0/Sin.
It requires a level shifter for serial connection (some schematics can be found here too).

Baudrate is 19200 as mentioned on the datasheet.

misimo
Posts: 10
Joined: March 31st, 2009, 4:01 pm

Post by misimo »

Okay, I'll try with a max232 and see if it will work.

misimo
Posts: 10
Joined: March 31st, 2009, 4:01 pm

Post by misimo »

Now i have contact thru hyperterminal via T0/Sin port
Had to set baudrate at 4800.
There is some jumper on the board to set baudrate but I don't know how.

Image

But I still can't get it to work in lcdsmartie, do I need a special driver to run it?

Master1280
Posts: 20
Joined: September 15th, 2007, 7:49 pm

Post by Master1280 »

:o espectacular :shock:
:D

you need a special driver i know :smt017

misimo
Posts: 10
Joined: March 31st, 2009, 4:01 pm

Post by misimo »

And do you know where I can get hold of such a driver?

If I use the testdriver, the text is jumping all over the screen! :?

btw. One of the displays also has special Danish character :D

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

Test driver must be set up correctly and it will work.

Look at the display datasheet for command characters and put them in testdriver ini file.

misimo
Posts: 10
Joined: March 31st, 2009, 4:01 pm

Post by misimo »

Okay I am totally lost, :cry: Read the testdriver guide, but I do not understand it.

What will it take for you to do it :?:
or perhaps to explain to me how I'm doing it.

If I just knew everything, I would't not bore you so much.. :oops:

misimo
Posts: 10
Joined: March 31st, 2009, 4:01 pm

Post by misimo »

I've tried my best with the test driver but it still not running as it should.
If I have a text that Scroll, then it moves down to next line while it moves to the left. :?

Another problem. If I set the program to 16x40 lines, then it write the first 6 lines, after that it start for top and write the next 6 lines over the first, and so on?

I started to doubt whether I get this fine display to work :cry:

Post Reply