Wifi_kit_8

i cant get my oled to work.
i got this from esp home but it doent work
anyone got a idea why?

i2c:
sda: GPIO4
scl: GPIO5
display:

  • platform: ssd1306_i2c
    model: “SSD1306 128x32”
    reset_pin: D0
    address: 0x3C
    lambda: |-

// Print "Alarm State: " in top center

  it.printf(64, 0, id(font), "Hello World!");