Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you go to Microchip's website they're just over $2. See here.purchased in July 2018 for $2.60 each 18f43K20
// program start...
SetAllDigital
Cls
WriteAt(1,1,"Hello World")
// program start...
While true
SetAllDigital
Cls
WriteAt(1,1,"Hello World")
Wend
NO!! Please don't... You are sort of okay with swordfish... Your example is fine... either do what burt said or move the cls to before the while...so your suggesting switching from Swordfish to C then use the 16f chips? seems like going backwards?
You can use any chip you like with C. However, as others have pointed out, better sticking with what you know.so your suggesting switching from Swordfish to C then use the 16f chips? seems like going backwards?
No need to... I already did... I bought 10 pic18f45k20's found I couldn't use them.. Bought pic18f45k22's... All's good..going to research the 18f43K22 if it will run on 5v then I can keep the lcds as is.