MAX7219 Helping Hand Please


Closed Thread
Results 1 to 23 of 23

Hybrid View

  1. #1
    Join Date
    Feb 2013
    Posts
    1,124


    Did you find this post helpful? Yes | No

    Default Re: MAX7219 Helping Hand Please

    Actually, I've learned how to modify the code do display more than one decimal point. But I have no idea how to modify code to enable no decode mode and send a pattern to illuminate specific leds.

  2. #2
    Join Date
    Feb 2013
    Posts
    1,124


    Did you find this post helpful? Yes | No

    Default Re: MAX7219 Helping Hand Please

    How to modify this program to display 5 or 6 or 7 digits?

    changing the:

    Code:
    Register=Decode_Reg		' Point to BCD Decode Register
    R_Val=%00111111			' Decode the first 6 digits
    Gosub Transfer			' Transfer this 16-bit Word to the MAX7219
    
    and
    
    For Position=5 to 1 step -1			' Start at Farthest Right of Display
    
    and
    
    	If Digit>=5 then Digit=0			' We only need the first four digits
    changes nothing, only 4 digits are lit.

Similar Threads

  1. Max7219 cascading problem ?
    By iugmoh in forum General
    Replies: 2
    Last Post: - 13th December 2020, 10:53
  2. 7 Segment Displays and MAX7219
    By Bill Legge in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 31st October 2010, 18:30
  3. Shorter Subroutines for MAX7219
    By exelanoz in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 16th March 2007, 11:35
  4. Using a MAX7219 (LED digit multiplexer) with a 16F88
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 11th March 2007, 21:11
  5. max7219 blank leading zeroes
    By lutherblissett in forum General
    Replies: 0
    Last Post: - 13th November 2005, 16:46

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