Hi,
Here and here are examples of a port of the nice u8glib library to stm32. Based on these, i tried a port to nrf52, but was not successful so far.
I call the oled display via its DEVICE_ADDRESS 0x78 and
ret_code = nrf_drv_twi_tx(&m_twi_master, DEVICE_ADDRESS, buffer, sizeof(buffer), true);
The oled does not send a response, so ret_code contains an error code. I not sure if this is an issue, or the initialization of the display itself is not correctly done.
Therefore, is there any example code available to get an OLED sd1306 module working over TWI/I2C with nrf52?
Yours Johannes