• Hello,
    I'm trying to connect an Oled to my MDSB42Q - so it show messages on connect\disconnect

    var i2c = new I2C();
    i2c.setup({ scl : D20, sda: D19 });
    
    

    is the setup OK?
    and how do I send to him text
    is there a library to download \ use?

    Thanks ,

About