pr2don
Are you using pic basic pro or pic basic? No LCDout command in pic basic. If using pic basic pro, look up the "adcin" command
pr2don
Are you using pic basic pro or pic basic? No LCDout command in pic basic. If using pic basic pro, look up the "adcin" command
You might want to initialize the LCD too.
Code:PAUSE 500 : LCDOUT $FE,1 : PAUSE 250 ; Initialize LCD (You may not need this, ; but some displays are picky)
Bookmarks