4 bit 7 segment display with two 74HC595


Results 1 to 24 of 24

Threaded View

  1. #14


    Did you find this post helpful? Yes | No

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

    Quote Originally Posted by richard View Post
    here is a 12f1822 version
    with full hex [upper and lower case] space and - sign also
    note comments for common anode/cathode
    Thanks Richard, that code works, but that is a way more difficult understand to me because ASM and so on.
    A few things I've noticed when I tried the code:
    - your code is a way shorter in MCU memory like mine, which is good
    - multiplex is a bit slower I see some flickers
    - if I put in to the "value" variable mumber "1234" the display shows "4321"
    of course I changed this line
    arraywrite buff ,[HEX4 value,0]
    to
    arraywrite buff ,[DEC4 value,0]

    Anyway, it is a good example how the skilled programmer thinks, and how a beginner thinks.
    Last edited by louislouis; - 19th February 2018 at 22:49. Reason: My English is terrible, will we go to Hungarian :-)

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