Anyone using Vacuum Flurecent Displays?


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    Unfortunately I don't know how to change the brightness.
    Pin3, which is usually the contrast adjustment for this pinout,
    is instead used to reset the display. I don't know why you'd want to do that.

    There probably is provision to change it, and I just don't know about it.
    Google certainly didn't help where a datasheet is concerned.

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,129


    Did you find this post helpful? Yes | No

    Default

    I like the color of these VFD's and the brightness too.

    But for sure they fade with the usage. I have a HP Printer on my desk that you can hardly see what the display shows in complete darkness!

    And it cannot be replaced with LCD as it is completely different pin-out...

    So now I prefer to use the Blue LCD's an am quite happy about it. My customers too!

    Ioannis

  3. #3
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    Hi again Guys,
    I finally got around to making a test circuit for it.



    There are no datasheets or anything to be found with a Google search,
    so if anyone finds this as a result of their search it might be useful to
    give the screen brightness commands here.

    Pretty simple really, 0x28 is the command for brightness, and that is followed
    by a data byte from 0 - 3, 3 being the lowest brightness setting so:

    Code:
    LCDOUT $FE,$28,3 ' set VFD to lowest brightness setting
    You'll see I move the display around on the screen as suggested to avoid burning any pixels,
    particularly with a time & date display.. the year 2010 is going to stick around on the
    display for a whole year before changing, so that would ruin it pretty quickly.

    Cheers, Art.

Similar Threads

  1. 7 Segment Displays and MAX7219
    By Bill Legge in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 31st October 2010, 18:30
  2. Multplexing two 7-Segment Displays with PIC16F84A
    By lawriem72 in forum mel PIC BASIC
    Replies: 2
    Last Post: - 19th July 2007, 21:27
  3. large displays
    By George in forum Off Topic
    Replies: 2
    Last Post: - 18th March 2007, 21:56
  4. LCD Displays
    By Roland in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 16th August 2005, 09:43
  5. Melanie's LCD displays
    By BobK in forum Adverts
    Replies: 1
    Last Post: - 24th October 2004, 11:27

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts