* Disclaimer: OveReview is reader-supported. We earn commissions from qualifying purchases
MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino

MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino

MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino
$ 4.59

Score By Feature

Based on 589 ratings
Brightness
8.48
Easy to use
8.48
Easy to read
8.72
Value for money
7.98

OveReview Final Score

How Our Score Is Calculated

Product Description

By entering your model number, you can make sure that this fits.
Product manual: Please see the product guide for a link to the product manual.
Display Color: Blue, OLED display, no backlight required, self-illumination Please keep in mind that this I2C OLED Display Module does not include pin headers.
The display performs better than traditional LCD displays while also consuming less power; IIC (I2C communications) simplifies connections.
Use with Arduino, ESP8266, ESP32, STM32, and other microcontrollers; 3. Power: 35 volts; Operating temperature: -40 to 85 degrees Celsius; Resolution: 128 x 32 pixels
We have a Strong After-Sales Service Team: If you have any questions about the product, we will resolve your issue as soon as possible if we receive your email; your happy shopping experience is our greatest wish! What is the best way to contact us via email? Please email us by clicking "MakerFocus" and then "Ask a question." I am looking forward to meeting with you.

Questions & Answers

Is there any documentation? What kind of libraries would I go to, and how would I go about using them?

Of course, I'm not allowed to link to anything on Amazon, so br>On the Adafruit site, there are a couple of old and new Adafruit tutorials that compete. If you're using a Feather or an ESP8266, type the following into your favorite search engine: adafruit- oled- featherwing That should get you started with some basic MCU example code.

This display can have up to four lines at font size 1 as shown in the images. When I try to do four lines, the characters at the bottom are cut off. What are your thoughts on this?

When you start telling the display what to say, do you put your cursor on (0,0)? I just ran a quick sketch and this model can display four lines of text with a font size of one. Here's the code I used to make the display. I wrap it in a function that is called in the Setup method in my sketch. display br>br>br>br>br>br>br>br>br>br>b start(SSD1306_SWITCHCAPVCC, 0X3C); start(SSD1306_SWITCHCAPVCC, 0X3C); start(SSD1306_ br> br> br> br> br> clearDisplay() is a method for clearing the display. br> br> br> br> br> setTextSize(1) is a function that allows you to change the size of your text. br> br> br> br> br> setTextColor(WHITE); ; ; ; ; ; ; ; ; br> br> br> br> br> setCursor(0); setCursor(1); setCursor(2); setCursor(3); set br> br> br> br> br> "Line 1"; println("Line 2"); println("Line 3"); printl br> br> br> br> br> println("Line 2"); println("Line 3"); println("Line br> br> br> br> br> println("Line 3"); println("Line 2"); println("Line 2 br> br> br> br> br> if println("Line 4"); if println("Line 5"); if print br> br> br> br> br> the_display() method

What are the exact measurements of this screen?

Take a look at the display module pictures; one of them has the exact measurements.

Volunteering information is not something to be afraid of. At 5V, what is the current? 3V?

It's around 10mA at 3 volts, dear. At 3V, 15mA is drawn and at 5V, the current is drawn. Thank you very much!

Selected User Reviews For MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino

Those are some fantastic little displays! These things are so small! That was ideal for me because the projects I was working on were supposed to stay out of the way if everything went smoothly
5/5

I used the Adafruit SSD 1306 Libraries, which were fantastic. They have a low power consumption and are very visible. br>For the adafruit library examples, they are truly extravagant. There is no "hello world" in essence, so a basic starting point can be found by searching for a hello world example for libraries on Google. Also, put the display in display to rotate it 180 degrees. setRotation(2) is a function that allows you to set the rotation of your object during the setup The following is a list of the most common uses for those libraries. display br>br>br>br>br>br>br>br>br>br>b the_display() method br>display is a word that has a lot of different meanings depending on who you clearDisplay() is a method for clearing the display. br>display is a word that has a lot of different meanings depending on who you setTextSize(1-), setTextSize(2-), setTextSize( br>display is a word that has a lot of different meanings depending on who you setCursor(0); setCursor(1); setCursor(2); setCursor(3); set // Text display's originbr> ("blah") print("blah") print("blah") print("bla br>display is a word that has a lot of different meanings depending on who you println("-") + println("-") + println added to the end of the last word blah, then a new line"); br>br>In terms of hardware, the displays are small and pleasant to look at. The breadboard is 4 rows high, then about 12 slots wide (that's the whole board). The voltage range is impressive, and it appears to operate at less than 3. I'm using it on 4 instead of 3. There are no issues with a 5v supply. (The Arduino receives 5 volts from the wall via a diode. ) It takes approximately 5 milliamperes (ma). I'm sure you could get a whole pro mini project to run on less than 3ma standby while keeping the display on with a watch dog timer and adjustment. The display refreshes quickly, and no multiplexing or flicker is detected by the cameras. They didn't come with headers, but the plated through holes are well-made and accept solder well. It's strong because the holes are close together. Desoldering these will be difficult, so do some research on how to remove header pins to make your life easier! Please give it a thumbs up if you found this review to be helpful. D I believe this was a common question.

Arabella Duran
Arabella Duran
| Nov 19, 2021
It's a fantastic little OLED screen! This is a fantastic, small, high-resolution OLED for use with any microcontroller project
5/5

It runs on the SSD1306 display driver and uses the widely used I2C bus. A text output of 128x32 pixels is sharp and crisp. I'm quite pleased with them. This is a great way to add a small LCD to your project; instead of using a large, bulky backlit LCD, use this instead! MakerFocus has a wide range of products that I've purchased, and they're always high-quality. If you want to use this with ESP Easy firmware, you'll need to modify the plugin to include 128x32 size, which it doesn't have yet as of 2. 0 dev- The patch to enable that size, on the other hand, is available and should be merged in the next release.

Maggie Fry
Maggie Fry
| Jul 23, 2021
Only if you're confident in your abilities
4/5

Update 1: br>I'm currently looking into why I'm still having issues with this device; since posting, I've discovered that, at least with the NodeMCU8266, pull-up resistors are required. In contrast to my initial assessment, up resistors may not be required. (In fact, the schematic diagram in the image gallery appears to show that they are built in. ) ) I confirmed that the device can be used with an Arduino Uno, so it appears to be 3v3 and 5v compliant, as stated. The Uno, on the other hand, is only functional if a 4 is present. Pulls a 7kOhm resistor- Strangely, I'm going up the SCL line. br>br>However, I can't get it to work consistently, and it's not clear that this display module is to blame; it's time to break out the logic analyzer and see what's up. br>br>I'm temporarily changing my rating to four stars because a) it may work as expected, and b) the vendor has been extremely helpful in attempting to resolve the problem amicably. They are good people who can be trusted. (As an aside, they've stated that they've asked their supplier to include headers, but haven't received a response. ) In any case, this isn't a crucial point. )br>br>**
br>I'm going with number two. This is a four-star review. I got two of them - one for each of my children. Both of them are effective. br>br>1) I can sympathize with R's annoyance. Review by Arnold. The Adafruit library, on the other hand, works in sample code (ssd1306_128x32_i2c). However, a good understanding of I2C is required. It took me a long time to figure out what I needed to know. Had a score of 8266 out of a possible 3000. 3v) as a microcontroller, with an Adafruit temperature/humidity sensor and an I2C bus display. I was aware that I2C necessitates the use of pull-in connectors. up resistors on the SDA/SCL lines, but the sensor has a built-in pull-up resistor. You only need one set of push-ups in theory. The sensor worked fine, and I was able to detect both devices using the Adafruit library's I2C scanner code. However, the display did not come to life until I increased the number of resistors from three to two. 3 volts to the SDA and SCL - Of course, one for each person. Yeah! (I went with four. ) 7kOhm - YMMV. ) I'm not sure why the display's I2C address was detected on the bus but nothing was displayed without the additional resistors. Even so, including a rough schematic in the package would aid debugging, especially for those who are unfamiliar with I2C. br>br>(BTW, the Adafruit library's reset pin appears to be optional, and can be changed from "4" to "LED_BUILTIN" in the source, at least on an 8266. ) )br>br>2) Without a strong reader, I don't think the text is very legible. It's crisp, but it's a tad on the small side. br>br>3) There are good economic (seller) and utility (buyer) reasons for not pre-selling. Soldering headers is a process that involves the joining of two or more pieces of Is it, however, too expensive to throw in a few 4-footers? pinners? There are no mounting holes! br>br>4) There are no mounting holes!.

Alexa McCarty
Alexa McCarty
| Mar 09, 2021
Argh
3/5

Two of them were purchased - They're both useless. DOA. I bought these a few months ago and put them aside because I had a lot on my plate at the time, and the prototype of my project/invention wasn't ready for these OLED screens to be installed and implemented. br>br>I'm the one who should have tested them when I first got them. br>br>Now I'm out of luck because I've passed the return window. To make matters worse, I had already 3d printed the enclosures and front panels with the hole/space for the. OLED screens with a diagonal of 91 inches. Argh. br>br>As I previously stated, I was incorrect in not testing them first; the customer reviews for these OLEDs were extremely positive, and I simply assumed that everything would be fine. Now I'm cursing myself for leaving those holes in my front panels with nothing to put in them. In addition, due to everything else that has happened this year, I am completely broke and out of money right now - I can't even afford to replace the ones that are missing. br>br>I suppose the moral of my rambling is to ALWAYS test new components and electronics when they arrive - Exceptions are not permitted.

Heaven Wells
Heaven Wells
| Nov 14, 2021

Related Products For MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306 OLED Display Module Blue I2C OLED Screen Driver DC 3.3V~5V for Ar duino