

















5 Pieces I2C Display Module 0.91 Inch I2C OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V(Blue Display Color)
-
Daniel N.
> 3 dayIs a copy of an Adafruit display and the Adafuit libs for Arduino work with this device. Just note, this is a very very tiny display. For reference the pins are 2.54mm pitch. Cant beat the price for what you get. Just note that I2C is slower than SPI, or high speed parallel so the refresh rate is low, but its still pretty quick.
-
M. Douglass
> 3 dayFirst, dont be fooled by the picture on the Amazon page -- these are TINY little displays. But, unlike other reviewers, I had NO problem powering this from my ESP32 3.3V power rail.
-
John P. Swails
> 3 day3 were duds. 2 worked with ssd adafruit. Thanks to good comments here that led me to finding right drivers
-
Aaron Bass
> 3 dayill admit i didnt pay attention to the size in the description, they looked much larger in the photos especially for what they were displaying on the example. however they are about the size of a fingernail. not much use i can get out of them but ill keep them since they were cheap
-
-
> 3 dayIf you need a small display for your Seeed Studios, Adafruit, or Arduino Microcontroller or Raspberry Pi / Pico, this one is bright, 3v3 compatible, and easily driven with i2c using an SSD1306 library for Arduino/C or CircuitPython. 128x32 is enough to get four small lines of text for status reports or messages. I powered these with a Seeed Studio Xiao. I used the Adafruit Library. So compact you could make a wearable name-tag or display.
-
Frank
> 3 dayWant to push your project over the edge? These little boards were easy to setup and are really the cherry on top to a project. I used them to display the ip address of the device. But if you use size 1 font you can fit 3 rows of text, so I added two rows as basically a serial monitor to show statuses.
-
Thomas Couey
Greater than one weekThese 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.
-
tiopollo
Greater than one weekthere are no headers soldered to the boards. i had to go out in the rain to get headers for $12 to solder them myself which adds about 80% costs to the item. there is also no manual for this product. the product is supposed to support 3.3v to 5v as claimed in title, but in fact it only supports 5v. i wasted a couple hours to find this out. the product works but it is very inconvenient to make it work.
-
Gregory A. Mccoy
> 3 dayThese are great value. Just be aware they are very small. Until you get one in your hand, its hard to convey how diminutive they are. Fortunately, they are very crisp and bright
-
Barbaraa
> 3 dayThis is an awesome, tiny, high resolution OLED for any of your micro controller projects. It used the very common I2C bus, and runs on the SSD1306 display driver. 128x32 pixels gives you a nice sharp, crisp text output. Im very happy with these. This is a really good way to add a very compact LCD to your project. No need to add some big bulky backlit LED, go with this instead! I used the Adafruit SSD 1306 Libraries and they worked great. They are low power and bright. For the adafruit library examples, they really are over the top. There is no hello world essentially, so just do a google search for a hello world example for the libraries to get a basic starting point. Also, to rotate the display 180 Degrees, put in display. setRotation(2); in the setup. Basic usage for those libraries are.. display. display() ; display. clearDisplay() ; display. setTexSize(1-3) ; display. setCursor(0,0) ; // origin of text display. print(blah) display.println(-appended to last word blah, then new line ) ; As for the hardware, the displays are nice and small. If you think of your breadboard, they are 4 rows high, then about 12 slots wide. (Thats the entire board.) Voltage range is impressive and seems to operate at lower than 3.3, but Im running it on 4.5V and there are no problems. (Basically, 5v from the wall but through a diode on the arduino). It takes around 5ma. With a watch dog timer and adjustment I bet you could I get a whole pro mini project to run at under 3ma standby while keeping the display going. Refresh time on the display is very fast and cameras dont pick up any multiplexing/flicker. They did not come with headers, but the plated through holes are very well done and take solder well. The holes are pretty snug, which means its strong. It will be hard to desolder these after , so google some tricks on removing header pins to make your life easier!