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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/09/08 06:27
Modified:
  06/09/08 06:28

Read: times


 
#155607 - To clarify further...
Responding to: ???'s previous message
it was my mistake in explaining the problem. Basically I want to display a bar graph using an LED grid.

The display would come to something like this:

F       *
E       *
D   *   *   *
C   * * *   * *
B * * * * * * *  
A * * * * * * *
  0 1 2 3 4 5 6


Where each '*' represents a lighted LED. Initially I was thinking I would be needing to have control over each LED to create the bar-graph.

But I realized that I need to only have control till the highest point, where all LEDs would glow.

Basically to produce the above graph, I need to call a routine
call light_up() in the following way:

light_up(0,B);
light_up(1,D);
light_up(2,C);
light_up(3,F);
light_up(4,B);
light_up(5,D);
light_up(6,C);

Where light_up(m,n) lights up all LEDs in the column m, till row n.

Hope I am able to clarify myself better now.
Looking forward to your comments.

regards,
Seemanta


List of 35 messages in thread
TopicAuthorDate
Interfacing an LED grid to the 8051...            01/01/70 00:00      
   here            01/01/70 00:00      
   Clarify            01/01/70 00:00      
      That's how it is done!            01/01/70 00:00      
         and - most important            01/01/70 00:00      
      To clarify further...            01/01/70 00:00      
         LED Matrix            01/01/70 00:00      
            Can you please tell me            01/01/70 00:00      
               Advantages            01/01/70 00:00      
                  Thanks a lot, will get back to you            01/01/70 00:00      
                     series OC driver            01/01/70 00:00      
                        why not use the right thing            01/01/70 00:00      
                           If            01/01/70 00:00      
                              still, the right thing does it all, why wrestle ..            01/01/70 00:00      
   ABOUT THE LED            01/01/70 00:00      
      Please, no SMS            01/01/70 00:00      
      ABOUT THE LED already responded to            01/01/70 00:00      
         Using 10 Dot Matrix Display's            01/01/70 00:00      
            indoor or outdoor?            01/01/70 00:00      
               a brightness issue            01/01/70 00:00      
                  Indoor            01/01/70 00:00      
                     it depends            01/01/70 00:00      
                        Just tested            01/01/70 00:00      
                           I would not            01/01/70 00:00      
                     should, no - could, yes            01/01/70 00:00      
                        Thanks            01/01/70 00:00      
                           I have inherited a sign that multiplexes ....            01/01/70 00:00      
                              Why the dislike            01/01/70 00:00      
                                 well, my 'dislike' comes from            01/01/70 00:00      
                                    Probably missing some problem            01/01/70 00:00      
                                       no such advantage needed            01/01/70 00:00      
                                          The same way, with the same amount of work?            01/01/70 00:00      
                                             not really            01/01/70 00:00      
                                                Have to fight more with this later            01/01/70 00:00      
                                                   I do 16            01/01/70 00:00      

Back to Subject List