I try to trun on the Display
uint8_t Setting [20] = {0xA8, 0x3F, 0xD3, 0x00, 0x40, 0xA0, 0xA1, 0xC0, 0xC8, 0xDA, 0x02, 0x81, 0x7F, 0xA4, 0xA6, 0xD5, 0x80, 0x8D, 0x14, 0xAF};
int main(void) { nrf_delay_ms(400);
if(twi_master_init()) // twi_master_init
{
for(int i = 0; i<20; i++)
{
twi_master_transfer(0x3C, &Setting[i],1,true);
nrf_delay_us(1000);
}
}
}
But still off.
I connected SCL - SCL, SDA-SDA, D/C -GND, CS - Non, Res - Non, VCC - 3.3v(out 3.2xx), GND -GND DS_SSD1306.pdf DS_IM130625003_128x64_OLED_Module.pdf
I don't know how can I do