Hello...
I am using and monitoring I2C from an MSP430FR2355....The attached LCD has a I2C interface and under the hood converts RS, E, etc. I am trying to use the datasheet to send commands and configure the device but am only having partial luck and not completely understanding how to send UART commands to the device....
See attached datasheet LCD
Firstly I would like to configure the address space (pages 16 - 17)......and then I would like to be able to move the cursor to a position and print something.....
Does anyone have any idea how to send a configuration command? What address do I send ???....I can easily see the registers and understand the values I want to place in them but it does me NO good to send the LCD I2C Address + W and follow it up with just commands...I dont understand how or even if I should incorporate the RS somehow into a character to send down to the LCD???
Thanks