CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

!!! question about LCD !!!

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
hubble



Joined: 11 Dec 2006
Posts: 10

View user's profile Send private message Send e-mail

!!! question about LCD !!!
PostPosted: Mon Dec 11, 2006 6:54 pm     Reply with quote

Help me, please.
In what case i must use command PRINTF(LCD_PUTC,"abcdef...") and in what case LCD_PUT("abcdef...") Question

And second question. Can i download a books: "Embedded C Programming and the Microchip PIC" and "PICmicro MCU C: An introduction to Programming the Microchip PIC in CCS C" Question

Thank`s Exclamation
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Dec 11, 2006 7:18 pm     Reply with quote

Quote:
In what case i must use command PRINTF(LCD_PUTC,"abcdef...")
and in what case LCD_PUT("abcdef...")

Use the printf() method if you want to display formatted values on
your LCD. For example, you could use "%f" to display a floating point
number.
Use the simple lcd_putc() method if you want to display a string,
or a single character.

I have no idea on the books.
hubble



Joined: 11 Dec 2006
Posts: 10

View user's profile Send private message Send e-mail

PostPosted: Mon Dec 11, 2006 7:31 pm     Reply with quote

to PCM programmer:

Many thanks. I`ve understood. Exclamation
hubble



Joined: 11 Dec 2006
Posts: 10

View user's profile Send private message Send e-mail

PostPosted: Mon Dec 11, 2006 7:53 pm     Reply with quote

But my question about a books is open...
dyeatman



Joined: 06 Sep 2003
Posts: 1914
Location: Norman, OK

View user's profile Send private message

PostPosted: Mon Dec 11, 2006 8:02 pm     Reply with quote

You cannot download the books because they are copyrighted.

They are availalble from Amazon for $75 and $29 respectively.... The first one available used for about $55 in a few places...
hubble



Joined: 11 Dec 2006
Posts: 10

View user's profile Send private message Send e-mail

PostPosted: Mon Dec 11, 2006 8:44 pm     Reply with quote

Thank you. Question is close. Smile
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group