Im going insain Im going insain Im going insain
I get no error, and the text is no displayed
from ssd1306 import SSD1306_I2C
from machine import Pin, I2C
from rp2 import bootsel_button
from utime import sleep, ticks_us
from urandom import randint, seed
WIDTH = 128
HEIGHT = 64
i2c = I2C(0, scl = Pin(17), sda = Pin(16), freq=200000)
oled = SSD1306_I2C(WIDTH, HEIGHT, i2c)
oled.text('MicroPython!', 16, 16)