On Screen Displays (OSD) with PIC and MAX 7456


Closed Thread
Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2009
    Posts
    36

    Default On Screen Displays (OSD) with PIC and MAX 7456

    Has anyone implemented an OSD using a PIC and MAX 7456 IC? Would love to see a schematic and code example.

    Thanks

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Have a look at their Evaluation Kit
    http://www.maxim-ic.com/quick_view2.cfm/qv_pk/5569/t/al

    They provide the whole schematic (which look really like the one in the DataSheet, what a coincidence). From there, it's just a matter of having fun to remove some not needed stuff, and connect it to your favourite PIC micro.

    They also have few app note, tutorials and software. Download everything, sit back and enjoy some reading

    You'll need to use some kind of SPI communication, SHIFTOUT may work, but for some reason, I feel it will be a bit too slow... worth a try, that's for sure.

    Choose a PIC with decent memory size and with MSSP port, and you're ready to discover the joys of head-banging and software/hardware design from almost ground zero.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Here's few code example in Proton PDS. Should be easy enough to convert.
    http://www.picbasic.org/forum/showthread.php?t=10723&

    That's a neat and cute IC, a little pricey though...
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  4. #4
    Join Date
    Feb 2009
    Posts
    36


    Did you find this post helpful? Yes | No

    Default

    Was hoping to not have to spend 100 bucks on an eval kit. Anyone have experience actually implementing this?

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    I never said that, I gave you links to it, so obviously you haven't go there yet.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  6. #6


    Did you find this post helpful? Yes | No

    Default

    Hello,

    stop on by www.thesiliconhorizon.com

    we have 2 boards that use the max7456.

    one is powered by a 40 mips dsPIC.

    the other is a dev board that just has the max 7456 and you can hook it to whatever... (this is the cheaper solution.)

    stop on by.

    code is included with the techFX Motion OSD board.

    it also uses a GPS, optional accelo and an optional IMU.

    lots of goodies on it.

    thnx

  7. #7


    Did you find this post helpful? Yes | No

    Default

    oh yah we also have a video of its output, however the output is whiter now than the video shows...

    but itll give you an idea of what you can do with it.

    we didnt use a custom character set with the max 7456,

    but we did implements a directional heading that scrolls and it works great.

    code is included with purchase.

Similar Threads

  1. Serial VB 2005 pic 16f877a problems
    By Snap in forum mel PIC BASIC Pro
    Replies: 28
    Last Post: - 8th July 2013, 00:52
  2. max 128 + pic 16f877
    By supernono in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 8th March 2009, 13:45

Members who have read this thread : 1

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