HI, I try to turn on the OLED.
I can not confirm that the lights turned on
I want to change background color.
What should I do?
Currently being output as shown below.
and Source Was uploaded. twi_sw_master_example (2).zipTest_Source.txt
HI, I try to turn on the OLED.
I can not confirm that the lights turned on
I want to change background color.
What should I do?
Currently being output as shown below.
and Source Was uploaded. twi_sw_master_example (2).zipTest_Source.txt
Seems like you have gotten a bit further since you posted this question. Did you manage to initialize the screen after you wrote this post: devzone.nordicsemi.com/.../ ?
If you managed to initialize the screen but can not change the background color of the screen, you really have to read the datasheet for the SSD1306 in order to send the right commands over TWI.
If the problem is that you can't set up the TWI correctly on one of the Nordic chips, you have to say this in your question, and also specify which Nordic chip you use. (And SDK version)
Seems like you have gotten a bit further since you posted this question. Did you manage to initialize the screen after you wrote this post: devzone.nordicsemi.com/.../ ?
If you managed to initialize the screen but can not change the background color of the screen, you really have to read the datasheet for the SSD1306 in order to send the right commands over TWI.
If the problem is that you can't set up the TWI correctly on one of the Nordic chips, you have to say this in your question, and also specify which Nordic chip you use. (And SDK version)
in this source, the pin mappings are as follows
#define I2C_SDA_PIN 6 #define I2C_SCL_PIN 7 #define I2C_RES_PIN 8
What pins would these be on the nRF52 DK?