View previous topic :: View next topic |
Author |
Message |
hubble
Joined: 11 Dec 2006 Posts: 10
|
!!! question about LCD !!! |
Posted: Mon Dec 11, 2006 6:54 pm |
|
|
Help me, please.
In what case i must use command PRINTF(LCD_PUTC,"abcdef...") and in what case LCD_PUT("abcdef...")
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"
Thank`s |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Dec 11, 2006 7:18 pm |
|
|
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
|
|
Posted: Mon Dec 11, 2006 7:31 pm |
|
|
to PCM programmer:
Many thanks. I`ve understood. |
|
|
hubble
Joined: 11 Dec 2006 Posts: 10
|
|
Posted: Mon Dec 11, 2006 7:53 pm |
|
|
But my question about a books is open... |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
Posted: Mon Dec 11, 2006 8:02 pm |
|
|
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
|
|
Posted: Mon Dec 11, 2006 8:44 pm |
|
|
Thank you. Question is close. |
|
|
|