Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/20/12 15:17
Read: times


 
#185590 - ? Not Muxing ?
Responding to: ???'s previous message
From the schematic description it does not sound like the OP is using display multiplexing at all. He is simply driving a series of 7-segment registers off a series connected set of shift registers.

In his application he really only needs to shift the data from the internal memory storage locations out to the shift registers + displays when there has been a change to the display content. It can be simpler code design and implementation to simply setup a timer interrupt that periodically refreshes the display from the internal memory variables and shifts that data out to the shift registers. That way the mainline program code can simply manage the memory variables and input switch detection and let the timer interrupt take care of keeping the display up to date.

In this proposed case of using the timer interrupt to update the display there would be no need to run those updates any faster than necessary to keep up with changes to the display caused by the mainline code. One could certainly choose to use a greater than 120 Hz update but it would be unnecessary. A 12 Hz update would work just as well.

Michael Karas




List of 44 messages in thread
TopicAuthorDate
switch interfacing            01/01/70 00:00      
   What?            01/01/70 00:00      
      switch interfacing            01/01/70 00:00      
         The 7-segment digits will not handle switches            01/01/70 00:00      
   Perhaps this may be useful to you            01/01/70 00:00      
      4 buttons - not full keypad            01/01/70 00:00      
         switch interfacing            01/01/70 00:00      
            That is called edit mode            01/01/70 00:00      
               switch interfacing            01/01/70 00:00      
                  You need to study some examples            01/01/70 00:00      
                     switch interfacing            01/01/70 00:00      
                  Details details - and where is debounce/repeat handling?            01/01/70 00:00      
                     switch interfacing            01/01/70 00:00      
            Why should this be a problem??            01/01/70 00:00      
            interfacing your switches has nothing to do with LED's            01/01/70 00:00      
   MUX LED AS O/P PIN            01/01/70 00:00      
      Switch interfacing            01/01/70 00:00      
         divide and conquer            01/01/70 00:00      
         simplified step-by-step way to post your schematic            01/01/70 00:00      
            remember            01/01/70 00:00      
               ? Not Muxing ?            01/01/70 00:00      
   switch interfacing            01/01/70 00:00      
      You need lots of resistors            01/01/70 00:00      
         (Back to) Basics            01/01/70 00:00      
            multiplex 5 digits            01/01/70 00:00      
               Don't think anyone would want 1:35 degenerate "multiplexing"            01/01/70 00:00      
                  Have I done the sums wrong?            01/01/70 00:00      
                     No but multiplexing requires few driver lines            01/01/70 00:00      
                        You MUST have digit drvers            01/01/70 00:00      
                           You missed '4094 OE+PWM for luminocity            01/01/70 00:00      
               No multiplexing needed...            01/01/70 00:00      
                  switch interfacing            01/01/70 00:00      
                     What help?            01/01/70 00:00      
                     how?            01/01/70 00:00      
                     Ah, a homework, right?            01/01/70 00:00      
                        switch interfacing            01/01/70 00:00      
                           language?            01/01/70 00:00      
                           i have no logical idea how i write code            01/01/70 00:00      
                           You need...            01/01/70 00:00      
                              Making a seven segment display blink            01/01/70 00:00      
                                 The 4094 chip has an OE pin            01/01/70 00:00      
                              switch interfacing            01/01/70 00:00      
   switch interfacing            01/01/70 00:00      
      would you provide some feedback ?            01/01/70 00:00      

Back to Subject List