Thanks for such a cool library! For those who want to run it, do this in the main.py file '''' from machine import Pin, I2C i2c = I2C(scl=Pin(9), sda=Pin(8)) if __name__ == "__main__": display = Enhanced_Display(bus=0,scl=Pin(9),sda=Pin(8)) '''''