Hi,
I'm trying to use PCF8574A IO Expander with a nRF52-DK board to display characters on an HD44780 LCD. I noticed that I have to use the function nrf_drv_twi_tx()
. Since PCF8574A doesn't have a register address, how do I send commands and text to the LCD?
Thanks