from machine import Pin, I2C
import ssd1306
import time

led = Pin(5, Pin.OUT)

while True:
  led.on()


$abcdeabcde151015202530fghijfghij