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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/20/06 08:53
Read: times


 
#112545 - Use Arrays or Structures
Responding to: ???'s previous message
something like:

code unsigned char ArrayNumCode[10] = {SEV_SEG_0, SEV_SEG_1, SEV_SEG_2, SEV_SEG_3, SEV_SEG_4, SEV_SEG_5, SEV_SEG_6, SEV_SEG_7, SEV_SEG_8, SEV_SEG_9};

where, SEV_SEG_0 to SEV_SEG_9 are the names given to hex codes for these using #define directive. Refer any book on 'C'.

List of 3 messages in thread
TopicAuthorDate
How to use the font table in graphic LCD            01/01/70 00:00      
   Use Arrays or Structures            01/01/70 00:00      
   problem in displaying numeric values.            01/01/70 00:00      

Back to Subject List