pic18f442 lcd help

Thread Starter

sasek

Joined Jan 3, 2010
64
hai all,

currently im trying to use lcd in pic18f442, unfortunately some problem occur. im using lcd with 16x2 with ccs pcw compiler, and include lcd driver from library. im try in pic16f877a it works but in pic18f442 its not.......plz help....is it i do anything wrong????
 

rjenkins

Joined Nov 6, 2005
1,013
If I remember right, the I/O port locations are hard-coded in the LCD driver.

You need to re-define the i/o to match the pic18 device.
 
Top