Hello, I am trying to communicate with a Newhaven LCD display using the ADSP-21469 EZ-KIT and the TWI interface in Master mode. I have set everything up and am able to send commands and data to the display and I am able to see the acknowledgement bit assert using an oscilloscope. However, the device is not displaying anything after duplicating the manufacturer's initialization procedure. One thing I've noticed is that the TWI controller always sends the slave address prior to each byte of data, and I am wondering if this is the problem. Is it possible to simply send a byte of data without the preceding slave address when using the TWI interface? Thank you in advance for your help!