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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/10/05 07:17
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#87055 - Sending data to the lcd
Responding to: ???'s previous message

If I am to understand the problem correctly, you're having trouble putting data to the lcd.

Is this not as simple as:

char tmp_str[32];


sprintf(tmp_str,"Data %d",dat);
LCD_puts(tmp_str);

Further to Andy's suggestions - try reading the book "Code Complete" - it goes into much depth about comments and writing code in general.

List of 12 messages in thread
TopicAuthorDate
8051 MicroC Voltage Meter--Please Help            01/01/70 00:00      
   woefully incomplete and a suggestion            01/01/70 00:00      
   congratulations            01/01/70 00:00      
   Real Code?            01/01/70 00:00      
   code compiles fine in MicroIDE            01/01/70 00:00      
      The Development Process            01/01/70 00:00      
      and so what            01/01/70 00:00      
      Code?            01/01/70 00:00      
      A couple of observations            01/01/70 00:00      
   almost there            01/01/70 00:00      
      absolutely            01/01/70 00:00      
         Sending data to the lcd            01/01/70 00:00      

Back to Subject List