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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/16/06 08:47
Read: times


 
#122334 - You could have said that earlier!
Responding to: ???'s previous message
Ashwin V said:
The logic behind writing a code to light up the LEDs to display a charecter.

So you weren't actually interested in all that discussion about the matrix connections?!
You could have save a lot of people a lot of time by making that clear earlier!

Well, you just consider the LEDs as a matrix of pixels; eg, for a 5x7 matrix:
  . . . . . 
  . . . . . 
  . . . . . 
  . . . . . 
  . . . . . 
  . . . . . 
  . . . . . 
So you just have to decide which pixels to activate to display your required character; eg,
  * . . . *  *********  * . . . .  * . . . .  . * * * . 
  * . . . *  * . . . .  * . . . .  * . . . .  * . . . * 
  * . . . *  * . . . .  * . . . .  * . . . .  * . . . * 
  * * * * *  * * * * .  * . . . .  * . . . .  * . . . * 
  * . . . *  * . . . .  * . . . .  * . . . .  * . . . * 
  * . . . *  * . . . .  * . . . .  * . . . .  * . . . * 
  * . . . *  * * * * *  * * * * *  * * * * *  . * * * . 
Where '.' represents an inactive pixel; '*' represents an active pixel.

You could use a lookup table to determine which pixels to activate for a given character.

You can design your own font on graph paper, or copy from an LCD datasheet, or search for utilities to do it automatically...



List of 33 messages in thread
TopicAuthorDate
matrix LED logic            01/01/70 00:00      
   Did you see this thread?            01/01/70 00:00      
      About project            01/01/70 00:00      
         Start a new thread!            01/01/70 00:00      
   just curious            01/01/70 00:00      
      No homework this is.            01/01/70 00:00      
         matrix            01/01/70 00:00      
            the urban legend about matrix            01/01/70 00:00      
               Erik, do you...            01/01/70 00:00      
                  almost            01/01/70 00:00      
                     Thanks!            01/01/70 00:00      
                     EMI and PWM for brightness control            01/01/70 00:00      
                        EMI            01/01/70 00:00      
               OK, there are also other reasons...            01/01/70 00:00      
         so, no purpose at all            01/01/70 00:00      
         Why don't you search first, Ashwin?            01/01/70 00:00      
   LED/lights matrix            01/01/70 00:00      
      actually            01/01/70 00:00      
         I knew there is a better expression...            01/01/70 00:00      
            I understood you!            01/01/70 00:00      
               both are equally right ... it\'s retinal persitence            01/01/70 00:00      
                  It\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'s strange...            01/01/70 00:00      
                     Number of \"\\\" is doubling, each time I modify!            01/01/70 00:00      
                        some kinda weird escape character            01/01/70 00:00      
   Sorry... (no message)            01/01/70 00:00      
   Which logic?            01/01/70 00:00      
      Lighting logic.            01/01/70 00:00      
         You could have said that earlier!            01/01/70 00:00      
   read \'Hurley\'            01/01/70 00:00      
      :(            01/01/70 00:00      
         Bad ISBN?            01/01/70 00:00      
            Amazon            01/01/70 00:00      
   Two-year-old thread revived!!            01/01/70 00:00      

Back to Subject List