ON 20100712@2:29:22 PM at page: On a web page you were interested in at: http://www.piclist.com/microchip/language/c/io/lcd/hitachilcd-ak/index.htm#40371.2518518519 James Newton[JMN-EFP-786] published post 40371.2518518519 derek@dgough.wanadoo.co.uk asks:
i keep getting error saying defined more than once in this section of code

#if LCD_4_BIT_MODE // Set LCD into 4-bit mode
lcd_putnybble (0b0011); // Select 8-bit mode
delay_mS (5); // Spec calls for 4.1 mS
here> lcd_putnybble (0b0011); // Do it again
delay_uS (100);
lcd_putnybble (0b0011);
lcd_putnybble (0b0010);
|Delete 'P-' before: '' but after: '