Noritake Display Help


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Posts
    37

    Default Noritake Display Help

    Hi! I just purchased a used Noritake mobile data display that I want to experiment with. It is a 2 X 40 VFD. I beleive the VFD is a CU40026SCPB-T24A. I'm looking for the opcodes or any code examples. This is somewhat new to me and I would appreciate any advice. Thanks.

  2. #2
    Join Date
    Sep 2004
    Location
    Mentor, Ohio
    Posts
    352


    Did you find this post helpful? Yes | No

    Smile

    Hi Penelopepug,

    The Noritake VFD displays work just like any LCD display. Search this forums posts for any programs using LCD's and there you go. I am using Noritake 4x20 displays following the PBP manual for 4 bit setup and also for 8 bit setup. There is a jumper option on the display to setup for 4 bit operation. You can get a manual on your display by going to Noritake's website and searching for the model number. It was real easy. Keep in mind that these VFD displays draw some awesome power compared to a regular LCD. Mine is pulling about 250ma and they do get warm!

    Hope this helps you!

    BobK

  3. #3
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    Also note that the Noritake displays (at least the one I have) has a BRIGHTNESS byte located at 0x020. For full bright, write a "0", for dim write a "3". (Ex: LCDOUT $FE,$20,3 puts it in dim mode )

    I keep a run-time clock going and increase the brightness of the display (starting at "2") by one count every 25,000 hours. That helps counteract the normal dimming of the display with age.

  4. #4
    Join Date
    Jun 2005
    Posts
    37


    Did you find this post helpful? Yes | No

    Default Re:Noritake Display Help

    Thanks for the help. I forgot to mention that this unit is encased and is serial controlled. It only requires 5Volts, Ground and a serial feed. I guess I can assume it uses the opcodes as per the Noritake data sheet and that there would not be anything else on the front end that would require different commands. However, I read that it uses an Epson chipset and not Hitachi. I'll have to compare the commands and see if there are differences. I like the idea about auto incrementating the display intensity however I never really thought that they fade over time. I hope I have not bought a worn out display. I have not received it yet. Oh well, it was fairly cheap. Any further advice around asynchronous serial control would be appreciated. Thanks.

  5. #5
    Join Date
    Feb 2004
    Location
    Michigan, USA
    Posts
    305


    Did you find this post helpful? Yes | No

    Default

    From what I can gather from the Noritake website, your module is both parallel and serial capable. Register and download the datasheet and take a look at the jumper settings. Should be Hitachi compatable even though it uses an Epson chip set.
    I too am using a 4x20 Noritake. Thing works just like any LCD display.

  6. #6
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    The Noritake datasheets usually have graph of brightness vs. time. You'll see that they get dimmer, but it takes a long time.

Similar Threads

  1. Hdsp 21xx display
    By Original in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 7th June 2012, 20:07
  2. Replies: 2
    Last Post: - 14th July 2008, 22:11
  3. DS1820 display with 7-seg 4 digits
    By chai98a in forum Code Examples
    Replies: 12
    Last Post: - 10th April 2008, 13:12
  4. need help on display problem
    By sixty9sandals in forum mel PIC BASIC Pro
    Replies: 19
    Last Post: - 30th March 2007, 03:57
  5. graphics display
    By adlinsystems in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 12th June 2004, 12:53

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