Hi Tim
I don't have "LABx1.inc", where can I get it?
George
Hi Tim
I don't have "LABx1.inc", where can I get it?
George
George,
Labx1.inc is just a hardware abstraction include. It helps make testing on different hardware easy.
Since we are not using any LED's, LCD's or analog you can delete the Include and compile successfully with only adding:
===> DEFINE OSC 20
or whatever speed you are currently using.
If you are using analog pins you may also need to include something like DT's "AllDigital" about 3/4 of the way down the page.
http://www.picbasic.co.uk/forum/show...ght=alldigital
Regards
Tim
Hi timc
I know this is an old thread... I'm using some parts of your code (first one with small characters). Just changing Init because it doesn't work with my chineese LCD, and added a clear screen because some persistent pixels everywhere when choosing invert display.
Now it works fine... Just a problem with, I think, speed.
Using a PIC18F46K22 at 12MHz = ok Same pic at 12MHz x 4 PLL = 48MHz and the display won't go to specific row and line.
tried : DEFINE SHIFT_PAUSEUS 4 but doesn't work too.
Someone can help ?
Regards
Last edited by harryweb; - 26th November 2017 at 19:09. Reason: add info
Did you include the statement, "DEFINE OSC 48" so PBP knows how to time things?
Yes I did....
Can't explain this. So... Now I'm using second code source with BIG characters... Working at 48 MHz !
Bookmarks