Trying to get OLED to work

I’m following this tutorial to try & get the OLED screen working. Is 0x3C the correct I2C address for the screen ? Do you have any example projects for the mini lab ?

using the i2c scanner here I can see that it is.
https://raw.githubusercontent.com/RuiSantosdotme/Random-Nerd-Tutorials/master/Projects/LCD_I2C/I2C_Scanner.ino

Scanning…
I2C device found at address 0x3C
done

We have OLED display example for Mini Lab: Link

Awesome, thanks. I hadn’t found that git repo mentioned anywhere on your site, might be worth adding a link. Screen is up and running now, thanks. The other demo can also be made to work by correcting the i2c address from 0x3D to 0c3C.

Sure. Just a temporary link. We are in the middle of providing better documentation.