IVLM2-5/7 Display Interface

September 24th, 2009 · Electronics

The IVLM2-5/7 is a dual colour VFD display. It has two sets of segments. One BLUE and one ORANGE, arranged in the standard 5 rows x 7 columns format.

Driving the display is as simple as scanning the rows and columns with the desired segment patterns. This interface board I designed takes care of all the tedious display refresh work, freeing up a host microcontroller OR old fashioned logic circuits to do other things.

IVLM2-5/7 mounted onto PCB

Bottom of VFD board.



The display does not flicker to the human eye, the video camera is picking up the refresh.

The details in a nutshell….

Display power requirements:

  • 200mA filament current
  • up to 70V DC bias voltage ( I am using 30V DC in my example above )
  • 5V supply for logic.

It sounds complicated, but in reality it is very easy! ( Honest! )

Display interface options:

  • I2C
  • SPI
  • LOGIC (no host microcontroller required! )

- several general purpose digital I/O available for use with future software upgrades to onboard controller.

Display features:

On-board microcontroller handles all the scanning and VFD refresh requirements.
Standard character-set stored in microcontroller memory for access via one of the interface options. Special characters and effects selected by external pin or in software.

Display PCB settings:

  • Address – for SPI/I2C
  • Bias brightness control, important to trim each individual display
  • Mode setting jumper

PCB Mounting:

Four holes allow easy mounting to a backplane.

I’ll soon be making a mini wall of these VFD displays. Check back soon!

→ No CommentsTags:

WordPress Comment Highlight

August 16th, 2009 · WordPress

It’s a nice touch to be able to quickly identify the original post author or site owner comments. I think the easiest way to achieve this is by styling the background.

[Read more →]

→ No CommentsTags: ···

Jumbo Single Digit Clock Kit

August 12th, 2009 · Kits

I picked up this bargain on eBay recently. It’s a Velleman kit ( they make pretty good kits ). I dont normally buy kits, as I can design my circuit, but the price made this worth buying.

Jumbo Single Digit Clock Kit

MK153 Jumbo Single Digit Clock Kit.

[Read more →]

→ No CommentsTags:

Essential iPhone 3GS accessories.

August 6th, 2009 · iPhone

My mini review of essential iPhone 3GS accessories I have been using regularly for just over a month…

[Read more →]

→ No CommentsTags: ······

How to create a favicon

August 4th, 2009 · Web Tips

A fav… what???

Put simply, a favicon is that little logo you see next to the web site title in your browser tab bar and bookmarks list. Think of it as a graphical fingerprint for the site.

A favicon :

  • makes your site look more professional.
  • visually tags your site in bookmark lists and browser tab navigation.

[Read more →]

→ No CommentsTags: ···

List bookmarks with favicons

August 3rd, 2009 · WordPress

Here on this site, I ran into the problem of using images, in this case favicons, with text in link lists. For some reason the wp_list_bookmarks() function in WordPress does not allow link text to be displayed simultaneously with an image. A quick google search showed numerous solutions, and I present here the one I decided to use.

[Read more →]

→ No CommentsTags: ····