







✨ Elevate Your Display Game!
The Frienda 5 Pieces I2C OLED Display Module features a 0.91-inch screen with a resolution of 128 x 32, designed for low power consumption and compatibility with various platforms like Arduino and Raspberry Pi. With a wide operating temperature range and self-illuminated display, it's perfect for any project requiring reliable and vibrant visuals.






D**E
So Much Fun
They work as expected. A few small mounting holes would be nice
T**Y
Great Little OLED Display!
These things are quite nice, especially for the price. As you can see in the pictures, I created a snap-on bezel for mine to make for a cleaner prototyping experience (file available at thingiverse, search for thing 4768895). The AdaFruit SSD1306 Arduino driver works great for these modules. You can also control with any I2C device, if you read the datasheet for the SSD1306, available on the internet. Make sure the copy down the specs from the description (or print) and keep with the parts for future reference. You can power and control this from 3V3 or 5V due to the integrated regulator... quite nice.
W**H
Worked well for me, smaller than I expected, not bad though. Bright.
This will work nicely if I stack my pi's in a cluster, since the height is about what I'd have between pi's anyway.Took a bit of fiddling to get the adafruit library to install, and as you can see in the image some extra control characters display from the example, but when I use it I'll make sure the text is more relevant to what I want.I had to turn down the contract on the picture because it's a bright little thing, and was washing out the picture otherwise.I didn't mind not having the headers installed. While headers are nice at this breadboard stage, the other three I may solder wires to, and just have them end in plugs I can attach to the i2c bus. I think it makes sense for a bulk seller like this to omit the headers.Finding the address was trivial, but I couldn't find the manual referenced in the description. Turned out a few minutes on google got me the right instructions for a Pi though. That's the great thing about the pi is the community support.I'd be happy to buy them again if I found a need for more than 5 (cluster expansion maybe?).
N**H
Small but the display is crystal clear
These oled screens are perfect for applications were you only need to see one line of information.The downside is that the I2C is not configurable so you will need an I2C bus.The display area is very small but I can read them from a decent distance away because of how clear the pixels are.
J**E
Works fine. I added some notes on using with the Seeeduino XIAO.
After some experimenting I came up with the following to use this with the Seeeduino XIAO in PlatformIO.Display GND --> XIAO GNDDisplay VCC --> XIAO 3V3 (not 5V!)Display SDA --> XIAO SDADisplay SCL --> XIAO SCLlibrary used:lib_deps =olikraus/U8g2@^2.28.8example main.cpp with some comments added:#include <Arduino.h>#include <U8x8lib.h>U8X8_SSD1306_128X32_UNIVISION_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE);void setup(void) {u8x8.begin();u8x8.setFlipMode(1); // set number from 1 to 3, the screen word will rotary 180}void loop(void) {u8x8.setFont(u8x8_font_chroma48medium8_r);u8x8.setCursor(0, 0); // char row, col - not pixelu8x8.println("==============="); // if string too long it wraps and flickersu8x8.println(" Hello,"); // println() advances to next rowu8x8.println(" World!");u8x8.println( "===============");u8x8.println( "test test test="); // <- this will not be shown on the 4 line screen}Since all I am looking for in this display is a simple character output this library will work fine for me. I tried the Adafruit and the SeeedStudio OLED libraries and I assume I never got the device type correct for a few frustrating hours of trial and error and error.I was also able to get the graphics library to work on this using the following constructor:#include <U8g2lib.h>U8G2_SSD1306_128X32_UNIVISION_F_HW_I2C u8g2(U8G2_R0, U8X8_PIN_NONE);
G**Y
Perfect Tiny OLED Displays
I got exactly what I was expecting 5 very small i2c oled displays and 5 (4 pin breadboard pins). Very pleased with the product, bright, easy to work with and exactly what I needed! All those who complained about receiving tiny displays obviously didn't read the description. These are great for the new Raspberry Pi Pico! I haven't received mine yet so I'll have to play around with my Raspberry Pi 4 for now.
W**Y
Great little modules
An exact replacement for one that was DOA in a meter that I received.
J**N
My go to display for data projects.
I attach them to a mkr 1010 shield between the headers and use the adafruit oled library. Photo of a well monitor attached. This has, wifi, a real time clock, a watch dog timer, an oled display and a SD card under the side of the display. It is also connected to a Blynk mobile app for monitoring and control.The oleds begin to dim after 6 months or so of use. Best practice is not to have them on all of the time. I plan on adding a small motion sensor that turns the display on or off..
Trustpilot
5 days ago
1 month ago
1 month ago
2 weeks ago