|
diffeence between lcd_com() & lcd_puts() instructionNext Thread | Thread List | Previous Thread Start a Thread | Settings | Details | Message |
|---|
Read-Only Author shubhanjali shirsat Posted 15-Oct-2005 07:15 Toolset C51 |  diffeence between lcd_com() & lcd_puts() instruction shubhanjali shirsat I am working on 4 bit LCDisply. I want difference between thesetwo instructions : lcd_com( )& lcd_puts( ). Please give the exact difference between them with their exact defination. | | Read-Only Author A.W. Neil Posted 15-Oct-2005 07:46 Toolset C51 |  Impossible question! A.W. Neil These are not instructions; they are function calls
Since you have said nothing about where you got these functions it is impossible to tell you anything about them at all! (one might guess, from the name, that lcd_puts should write a string to the LCD - but that's about it).
If you want information about these functions, you need to consult the Documentation for them - or contact the author (or both). | | Read-Only Author shubhanjali shirsat Posted 17-Oct-2005 02:10 Toolset C51 |  want defination of lcd_com( ) function call shubhanjali shirsat i m working on 4 bit LCD. i want defination of lcd_com() function call. i got this functon from lcd 4 bit c code in google search. please give defination of this unction.
shubhanajli | | Read-Only Author A.W. Neil Posted 17-Oct-2005 02:26 Toolset C51 |  RE: want defination of lcd_com( ) function call A.W. Neil "i got this functon from lcd 4 bit c code in google search."
That is absolutely no help to anyone whatsoever!
You have the code in front of you, and you know where it came from - so look at the code, and look at the supporting information for it. If it doesn't have supporting information, keep on goggling til you find something that is properly explained!
Nobody else has any idea what code you're talking about, so can't possibly comment on it! | | Read-Only Author Donald Duck Posted 17-Oct-2005 07:26 Toolset C51 |  RE: want defination of lcd_com( ) function call Donald Duck Probably you should write your LCD driver on your own. Using code from the internet makes only sense if you are able to understand it (without asking someone else).
You should also read the datasheet for you display. | |
Next Thread | Thread List | Previous Thread Start a Thread | Settings |
|