I ran into this issue trying to use an I2C OLED Featherwing on a nRF52840 baord -- tried on both particle_argon and pca10056 -- same result
adafruit/Adafruit_CircuitPython_SSD1306#15
Some commands like .invert() do work so it appears that the I2C interface is able to communicate with the OLED.
The same board with the same library work normally on a metro_m4_espress so this appears to be an issue with the nRF5284 I2C.
I have used other I2C devices on the nRF52840 without issues.
An SPI OLED display works normally on the nRF52840 ( tested on the pca10056)
I ran into this issue trying to use an I2C OLED Featherwing on a nRF52840 baord -- tried on both particle_argon and pca10056 -- same result
adafruit/Adafruit_CircuitPython_SSD1306#15
Some commands like .invert() do work so it appears that the I2C interface is able to communicate with the OLED.
The same board with the same library work normally on a metro_m4_espress so this appears to be an issue with the nRF5284 I2C.
I have used other I2C devices on the nRF52840 without issues.
An SPI OLED display works normally on the nRF52840 ( tested on the pca10056)