After some experimentation I came up with the following to use this with Seeeduino XIAO in PlatformIO. Show GND --> Show XIAO GND VCC --> Show XIAO 3V3 (not 5V!) SDA --> Show XIAO SDA SCL --> Show XIAO SCL Library used: lib_deps = olikraus/U8g2@^2.28.8 Example main.cpp added with some comments: #include <Arduino.h>#include <U8x8lib.h>U8X8_SSD1306_128X32_UNIVISION_HW_I2C u8x8(/* reset =*/ U8X8_PIN_NONE); invalid setting (invalid) {u8x8.begin(); u8x8.setFlipMode(1); // set a number from 1 to 3, the word on the screen will be rotated 180 } void loop(void) { u8x8.setFont(u8x8_font_chroma48medium8_r); u8x8.setCursor(0, 0); // string, column is not a pixel u8x8.println("==============="); // If the string is too long, it wraps and flickers u8x8.println("Hello,"); // println() jumps to the next line u8x8.println(" World!"); u8x8.println ("==============="); u8x8.println("test test test="); // <- this will not be displayed on a 4 line screen} Since all I am looking for in this display is simple character output, this library will work fine for me. I've tried the OLED libraries from Adafruit and SeeedStudio, and I guess I never managed to find the right device type through several frustrating hours of trying. I was also able to get the graphics library to work with it using the following constructor: #include <U8G2_SSD1306_128X32_UNIVISION_F_HW_I2C u8g2(U8G2_R0, U8X8_PIN_NONE);
πΉ MakerFocus 6pcs I2C OLED Display Module 0.91 Inch Blue SSD1306 OLED Screen Driver 3.3V~5V for Arduino
8 Review
π± Aukilus LCD Screen Replacement for iPad Mini 2 3 MINI3 Mini 2 Retina - A1599 A1600 A1601 Mini 2 Mini2 A1490 A1491 LCD Display 7.9" Tablet Repair Parts and Tools Included
6 Review
π§ Premium White LCD Glass Digitizer Repair Kit for iPad 6 (6th Gen) - 9.7" 2018 (A1893, A1954)
6 Review
π± LCD Touch Screen Digitizer Assembly for Apple iPad Pro 9.7'' A1673 A1674 - Black | High-Quality Replacement Display Assembly
7 Review
π§ Premium White Fixcracked Touch Screen Replacement Parts for iPad Mini 3 (A1599 A1600) - 7.9 inch 2014 Digitizer Glass Assembly + Professional Tool Kit
10 Review
High-Quality MMOBIEL Digitizer Compatible with iPad 3 (Black) - 9.7 Inch Touchscreen Front Display Assembly with Tool Kit - Premium Choice for iPad 3 Repairs
9 Review
OEM White Touch Screen Digitizer Replacement for Samsung Galaxy Tab A 10.1 - Glass Parts Compatible with T580 T585 SM-T580 SM-T585 2016 (LCD Not Included) + Tools Kit & Pre-Installed Adhesive
9 Review
π RCA 10 Viking Pro 10.1" Digitizer Touch Screen Panel Replacement: Find the Perfect Fit for RCT6303W87 RCT6303W87DK Tablet
10 Review