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
π₯οΈ Longruner 5" Raspberry Pi Touch Screen - 800x480 TFT LCD Display for Model 3, 2, 1 B/B+, A/A+ (LSC5A)
8 Review
π± Prokit Adhesive New White iPad 3 Digitizer Touch Screen Front Glass Assembly - Complete Kit with Home Button, Camera Holder, and Preinstalled Adhesive - Includes SlyPry Tools for Easy Installation
10 Review
Digitizer Repair Screen Replacement Adhesive Tablet Replacement Parts and Digitizers
10 Review
Li SUN Digitizer Replacement Adhesive Without
10 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