Hello, I just need help creating a code to initialize and display text via I2C communication on a NHD-0420D3Z-NSW-BBW-V3 which uses a PIC16F690 controller. I cant really find any useful information online with example code. I also cannot use any prebuilt libraries as they assume a different controller. I just want to see how the program works and how I would display something on each character line of the LCD. Something like:
"Hello World 1"
"Hello World 2"
...
But it seems to have a few errors. e.g. missing include filenames
This form of "backpack" means that you can use I2C, SPI, UART.
It simply prints regular ascii text. And uses an 0xFE "escape character" to send a command.
I am not aware of a specific Arduino library for this style.
But you will do things like: