I have looked Farnell I2C LCD MC21605C6W-BNMLWI-V2
It seems suitable, but I have not found any code in c-support.
I would use Microchip PIC18F27K40
I have used the CCS compiler from chttp://www.ccsinfo.com/ for 30 years.
Any c-code is acceptable.
I have looked all Youtube codes and other places, but all the use PCF8574 interface, but not direct I2C
Regards
oh3gdo
Top Comments
Thank you shabaz. I looked the code. It seems working. I have to translate it to CCS, but this is a small work.
I would like to look lcd_init() function. It is the most important in every LCD codes.
I…