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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/03/04 15:48
Read: times


 
#75344 - RE: Need help with LED display
Responding to: ???'s previous message
but how does this make my text scroll
1) you need a bitmap, not just a character string
2) sketch of basic code to display:
colindex = pos
for (count = NumberOfCols; count != 0; count++; colindex++)
{
output colbuffer[colindex]
if (colindex == buffer length) colindex = 0
}

to scroll
pos++
if (pos == NumberOfCols) pos = 0;


Erik

List of 62 messages in thread
TopicAuthorDate
Need help with LED display            01/01/70 00:00      
   RE: Need help with LED display            01/01/70 00:00      
      RE: Need help with LED display            01/01/70 00:00      
      RE: Need help with LED display            01/01/70 00:00      
         RE: Need help with LED display            01/01/70 00:00      
            RE: Need help with LED display            01/01/70 00:00      
               RE: Need help with LED display            01/01/70 00:00      
                  RE: Need help with LED display            01/01/70 00:00      
                     RE: Need help with LED display            01/01/70 00:00      
                        RE: Need help with LED display            01/01/70 00:00      
                           RE: scroll            01/01/70 00:00      
                           RE: Need help with LED display            01/01/70 00:00      
                              RE: Need help with LED display            01/01/70 00:00      
                                 RE: Need help with LED display            01/01/70 00:00      
                                 RE: Need help with LED display            01/01/70 00:00      
                                 READY FOR SCHEMATICS            01/01/70 00:00      
                                    RE: READY FOR SCHEMATICS            01/01/70 00:00      
                                       RE: READY FOR SCHEMATICS            01/01/70 00:00      
                                       RE: READY FOR SCHEMATICS            01/01/70 00:00      
                                          RE: READY FOR SCHEMATICS            01/01/70 00:00      
                                             RE: READY FOR SCHEMATICS            01/01/70 00:00      
                                                RE: READY FOR SCHEMATICS            01/01/70 00:00      
                                                   construction of marix            01/01/70 00:00      
                                                      RE: construction of marix            01/01/70 00:00      
                                                      RE: construction of marix            01/01/70 00:00      
                                    No reason to shout!            01/01/70 00:00      
                              RE: Need help with LED display            01/01/70 00:00      
                                 RE: Need help with LED display            01/01/70 00:00      
                                    RE: Need help with LED display            01/01/70 00:00      
                                 RE: Need help with LED display            01/01/70 00:00      
                                    RE: Need help with LED display            01/01/70 00:00      
         RE: Need help with LED display            01/01/70 00:00      
   Multiplexing scheme            01/01/70 00:00      
      RE: Multiplexing scheme            01/01/70 00:00      
         RE: Multiplexing scheme            01/01/70 00:00      
            RE: Multiplexing scheme            01/01/70 00:00      
            RE: Multiplexing scheme            01/01/70 00:00      
               RE: Multiplexing scheme            01/01/70 00:00      
                  RE: Multiplexing scheme            01/01/70 00:00      
                     RE: Multiplexing scheme            01/01/70 00:00      
                        RE: Multiplexing scheme            01/01/70 00:00      
                           RE: Multiplexing scheme            01/01/70 00:00      
   RE: Need help with LED display            01/01/70 00:00      
      RE: Need help with LED display            01/01/70 00:00      
      RE: Need help with LED display            01/01/70 00:00      
         RE: Need help with LED display            01/01/70 00:00      
            RE: Need help with LED display            01/01/70 00:00      
               RE: Need help with LED display            01/01/70 00:00      
               RE: Need help with LED display            01/01/70 00:00      
                  RE: Need help with LED display            01/01/70 00:00      
                     RE: 100Hz            01/01/70 00:00      
   RE: Need help with LED display            01/01/70 00:00      
      RE: Need help with LED display            01/01/70 00:00      
      RE: Need help with LED display            01/01/70 00:00      
      RE: Need help with LED display            01/01/70 00:00      
         RE: Need help with LED display            01/01/70 00:00      
            RE: Need help with LED display            01/01/70 00:00      
      how to do calculations            01/01/70 00:00      
         RE: how to do calculations            01/01/70 00:00      
            RE: how to do calculations            01/01/70 00:00      
               RE: how to do calculations            01/01/70 00:00      
               RE: how to do calculations            01/01/70 00:00      

Back to Subject List