Recent content by vikingsraven

  1. vikingsraven

    News How to Use an OLED Display With Raspberry Pi Pico

    HI, thanks for the tutorial. The i2c port in micropython needs a slight delay before it sends data, to fix the import utime , then add utime.sleep(100) after the i2c initialisation i2c = I2C...