8x8 Scrolling LED display (Simple example)


Closed Thread
Results 1 to 40 of 69

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    55


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    Quote Originally Posted by gabi68 View Post
    regarding ULN 2083. If I decided to use that instead ULN 2004 what else should I need to modify (software and hardware)?

    Regards
    Gabi
    ULN2803 is an 8 channel transistor array (18pin package), and the ULN2004 is a 7 channel transistor array (16pin package)

    The software remains the same, with the hardware you can lower the component count, by replacing 2 ULN2004 with 1 ULN2803
    Attached Images Attached Images   

  2. #2
    Join Date
    May 2009
    Posts
    6


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    Hi,

    After 1 month I finally make that running - simulating properly in Proteus. My problem was that ULN2803. I didn't know that chip invert signal's. After I put some hex inverters 7404 everything running properly.
    My question is:
    in real life (I will build the real circuit) I need that inverters or everything will run normal without that?

    Many thanks
    Gabi

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,139


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    Instead of inverters, why don't you invert he data that you output from the PIC?

    Ioannis

  4. #4
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,139


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    Instead of inverters, why don't you invert the data that you output from the PIC?

    Ioannis

  5. #5
    Join Date
    May 2009
    Posts
    6


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    Hi Ioannis,

    I try to do that but, I failed. Can you show my how? On the other hand the question it is still: do I need that inverters in a real circuit?

    Thank you for your time
    Gabi
    Last edited by gabi68; - 17th March 2011 at 09:49. Reason: typo

  6. #6
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,139


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    If your load needs an 1 and you send a 0 then it is obvious that you need an inverter.

    But as I said, instead of 1, send 0 in software.

    For example,

    var_a=%10101010

    var_1=var_a XOR %11111111

    The result in var_a will be the complement of the initial value.

    Ioannis

  7. #7
    Join Date
    Feb 2007
    Posts
    55


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    Hi all,
    This update now scrolls temperature in degrees C & F,
    with indication arrow to show increase or decrease in temperature
    and scrolls 'wellyb00t' at every few minutes.
    Works with PBP 2.60C & MPLABS v8.63
    Attached Files Attached Files
    Last edited by wellyboot; - 29th September 2011 at 13:45.

  8. #8
    Join Date
    Feb 2007
    Posts
    55


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    See above post, this is the HEX file for it.

    couldnt add a file with .hex extention so changed it to .txt
    just remove .txt extention
    Attached Files Attached Files

Similar Threads

  1. Conway's Game Of Life
    By wellyboot in forum mel PIC BASIC Pro
    Replies: 45
    Last Post: - 28th May 2020, 06:14
  2. MY FIRST scrolling 8X8 LED
    By earltyso in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 15th August 2008, 16:23
  3. 5x7 LED Matrix Scrolling Display
    By roycarlson in forum mel PIC BASIC Pro
    Replies: 18
    Last Post: - 4th August 2008, 23:50
  4. Replies: 2
    Last Post: - 14th July 2008, 22:11
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

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