Yes, I'm asking myself the same question :D. Yes, your code looks better than mine. The program is probably overflowing the stack and halting like Dave said. Will the program restart from the...
Better question is why you would use GOSUB without RETURN? That just doesn't have any sense.
If stack is full then PBP can't call internal subroutines, and it crash...
You just disabled reset on...
In the past I have used some of the OLED displays BUT, at the time they only had a life expectancy of about 500 to 10000 hours. They were right. I did however have no problem using the PBP commands...
One thing I try to do is look for the actual data sheet and NOT the Preliminary sheet. I have found in the past MicroChip does NOT update the Preliminary sheets. It is in the footer...
Has any one used the LCD write commands with a HD44780 "like" controller. Several OLED modules are advertised this way. How much "like" is my question? Did anyone find that the similarities were...
If I had a major gripe, it isn't with PBP, it's with the occasional mistake in the data sheets. For example, look at this first picture. It clearly states in the body of text regarding CCP that all...
Re: GOTO vs RETURN after a GOSUB
Yes, I'm asking myself the same question :D. Yes, your code looks better than mine. The program is probably overflowing the stack and halting like Dave said. Will the program restart from the...
rsocor01 Today, 05:09