4 bit 7 segment display with two 74HC595


Results 1 to 24 of 24

Threaded View

  1. #8
    Join Date
    May 2013
    Location
    australia
    Posts
    2,645


    Did you find this post helpful? Yes | No

    Default Re: 4 bit 7 segment display with two 74HC595

    Published in the WiKI
    lester
    the two small code windows are blank in the wiki article , i'm sure that was not the intention

    might also add that a decimal point can be lit in the appropriate display using

    Main:
    for value = 0 to 65535
    arraywrite buff ,[HEX4 value]
    gosub load_seg
    seg_buff[2]=seg_buff[2]|128 ; place a dp in digit 2
    pause 100
    next value
    value = 0
    GOTO Main
    Last edited by richard; - 20th February 2018 at 23:20.
    Warning I'm not a teacher

Similar Threads

  1. 7 segment display
    By lerameur in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 13th January 2015, 13:24
  2. 1 Pin 7-Segment Display
    By Mike, K8LH in forum Schematics
    Replies: 0
    Last Post: - 23rd November 2009, 12:35
  3. 7-segment display with P16F84
    By spitfire in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 3rd March 2009, 19:22
  4. Display Using Cascaded 74hc595
    By charudatt in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 7th December 2004, 06:05
  5. Multiplex two 7 segment display
    By Fernando Santos in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 20th July 2003, 13:26

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