| Details | Message |
|---|
Read-Only Author chandra sekhar Posted 8-Sep-2008 12:35 GMT Toolset C51 |  IS IT POSSIBLE TO SCROLL THE DISPLAY DATA OF 16X2 LCD chandra sekhar HELLO I HAVE TRIED TO SCROLL THE LCD CONTENT OF 16X2 DISPLAY USING LCDOUT COMMAND OF OUT2.BOTH 2 LINE DATA IS SCROLLING.BUT IS IT POSSIBLE TO SCROLL ONE LINE WHILE KEEPING THE OTHER LINE STANDING.IF POSSIBLE PLEASE PROVIDE THE CODE FOR BOTH LEFT TO RIGHT AND FROM RIGHT TO LEFT.FOR SCROLLING BOTH THE LINES I HAVE USED THE FOLLOWING SUBROUTINE. { SCROLL: FOR (B0 = 0; <40; ++) LCDOUT($FE,$18); PAUSE(300) NEXT RETURN(0) } |
|
Read-Only Author Andy Neil Posted 8-Sep-2008 12:54 GMT Toolset C51 |  Is it possible for you to turn off your CAPS LOCK?? Andy Neil ie, STOP SHOUTING!! also, which Keil tool uses this notation:
$FE,$18
|
|
Read-Only Author Semba Drak Posted 8-Sep-2008 13:29 GMT Toolset C51 |  Onvestigate Semba Drak Hi, you have a very sereous problem with the code. post all the project code here and we will analise and investigate it. |
|
Read-Only Author Tamira Michael Posted 8-Sep-2008 13:35 GMT Toolset C51 |  RE: Onvestigate Tamira Michael we will analise and investigate it and copy, of course. |
|
Read-Only Author Silly Sausage Posted 8-Sep-2008 13:43 GMT Toolset C51 |  RE: Onvestigate Silly Sausage "and copy, of course." For what purpose??? |
|
Read-Only Author Per Westermark Posted 8-Sep-2008 13:48 GMT Toolset C51 |  RE: Onvestigate Per Westermark I don't know why, but for the last two weeks, most people who have a problem gets the suggestion to post all code. People who are interested in helping suggests that only relevant lines are posted - or a minimalistic program only focused on showing the problem. People who are interested in stealing code always wants everything. Stealing other peoples code is thievery. Representing other peoples code as own is forgery. How come so many forum visitors are forgers and thieves? |
|
Read-Only Author Silly Sausage Posted 8-Sep-2008 14:01 GMT Toolset C51 |  RE: Onvestigate Silly Sausage "most people who have a problem gets the suggestion to post all code." With all due respect to the OP here ... If all the code in the project is like the sample given, then those forgers and thieves aren't going to be able to do much with it !!!??? |
|
Read-Only Author erik malund Posted 8-Sep-2008 14:09 GMT Toolset C51 |  RE: Onvestigate erik malund If all the code in the project is like the sample given, then those forgers and thieves aren't going to be able to do much with it !!!??? This is almost scary, this is the second time I agree with you :) Erik I have this phrase, that you may feel free to comment on, "pretty code is more liklely to work". |
|
Read-Only Author Silly Sausage Posted 8-Sep-2008 14:24 GMT Toolset C51 |  RE: Onvestigate Silly Sausage Erik, "This is almost scary, this is the second time I agree with you :)" What are the odds of that happening? Is lady luck on our side? Maybe it would be a good day to buy a lottery ticket! |
|