Display

  • TheTempest
    28th Mar 2011 Member 0 Permalink
    Can someone just throw together a One digit display and a Dec to Bin Converter please? I'm trying to make it so that If I spark the first Dec input, the display shows a 1, and if i spark the second, it shows a 2, and so on. All the creations I see have confused me. PLEASE HELP!!!! Here's what you'll need:

  • The-Con
    28th Mar 2011 Member 0 Permalink
    To display in decimal, you need to convert binary to decimal first.
  • dnerd
    28th Mar 2011 Member 0 Permalink
    @The-Con
    @TheTempest
    actually, im trying to make something where i can directly take the binary to the display, its not working very well.
  • The-Con
    28th Mar 2011 Member 0 Permalink
    @dnerd
    I can understand that. It would be possible, but space consuming, using and gates. the display will not be able to read the input in binary as it can not interpret whether a 1 equals 1, 2, 4, 8 e.t.c.
  • TheTempest
    28th Mar 2011 Member 0 Permalink
    Oh, Ok. So can anyone show me how to make a Bin to Dec?