2 digit 7 segment display

  • smaw
    18th May 2020 Member 0 Permalink

    I'm trying to make a calculator for the first time (not using wifi though). I have it all working and it outputs a binary number. How can I turn this into a 2 digit 7 segment display? Thanks :)

  • QuanTech
    19th May 2020 Member 0 Permalink
    @ElPhillip (View Post)
    EDIT: First, you'd need to convert the binary to decimal, using something like


    Then, you could use these:


    You can program them to accept a signal corresponding to a decimal number, and return the appropriate pulses for a 7-seg display. For this use case, you would have 64 input rows on the chip (assuming your calculator is 6-bit), and 2*7=14 output columns.

    If you need help implementing these components into your calculator, PM me
    Edited 2 times by QuanTech. Last: 19th May 2020
  • smaw
    20th May 2020 Member 0 Permalink

    @QuanTech (View Post)

     

    Done! Thanks for the help :D

     

     

    Edited once by ElPhillip. Last: 20th May 2020