Arduino and oldskool VFD Display Pinouts......

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
gavinator68
 
Posts: 1
Joined: Mon Sep 16, 2013 11:23 am

Arduino and oldskool VFD Display Pinouts......

Post by gavinator68 »

I have an oldskool VFD:

Here is the data sheet:http://www.vfdworld.com/techdocs/IEE_03 ... 40_VFD.pdf

I would like to use it and need to understand all the connections. The data lines, power, and ground requirements are all very obvious, but what do I do with the WRITE STROBE and BUSY pin assignments when compared to todays RW, RS, and E pin connections that we commonly refer to on the pinouts for a modern LCD or VFD display.

Any help would be greatly appreciated.

Cheers,

David

User avatar
adafruit_support_bill
 
Posts: 88138
Joined: Sat Feb 07, 2009 10:11 am

Re: Arduino and oldskool VFD Display Pinouts......

Post by adafruit_support_bill »

Check the busy bit to see if it is ready to accept a command. Then set up the data on the data pins then pulse the strobe line to write to the display.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”