About 23,500 results
Open links in new tab
  1. Document for SSD1306 commands - Displays - Arduino Forum

    May 18, 2022 · Download the SSD1306 controller data sheet here The Arduino SSD1306 library functions probably do not cover all the options available with the controller. Check the library …

  2. [Help] 1.3" OLED Display (SSD1306) Not Displaying Anything

    May 30, 2025 · I'm using a 1.3" OLED display (I2C, SSD1306 driver, 128x64 resolution) with an Arduino Uno. I followed the standard wiring and used the Adafruit SSD1306 and GFX libraries, but nothing is …

  3. Simplified SSD1306/SH1106 OLED library - Arduino Forum

    Jun 16, 2019 · I just updated my ss_oled library (in the Arduino library manager) to make it even easier to use. The init function now automatically detects the display address and type (SSD1306 or …

  4. Librería SSD1306 Adafruit - Software - Arduino Forum

    Apr 15, 2024 · Buenas a todos! Aunque esta pregunta se quedó en el aire en otro hilo, abro uno nuevo, ya que el tema se desvía un poco del original y no contaminamos los temas. Estoy utilizando la …

  5. I2C OLED Display (SSD1306) Not Working with Arduino Nano – “No I2C ...

    Jun 16, 2025 · Hey Arduino folks, I’m struggling to get a 0.96” SSD1306 OLED display working with my Arduino Nano over I2C. The screen stays blank, and my I2C scanner sketch reports “No I2C devices …

  6. Best choice of OLED library? - Displays - Arduino Forum

    Jan 25, 2016 · GitHub - greiman/SSD1306Ascii: Text only Arduino Library for SSD1306 OLED... Text only Arduino Library for SSD1306 OLED displays - GitHub - greiman/SSD1306Ascii: Text only …

  7. Adafruit_SSD1306.h library is not recognized - Arduino Forum

    Jun 14, 2021 · I am making a digital thermometer with DS18B20 probe as my first Arduino project. I am using the Adafruit 128x64 OLED display for temperature results but the compiler will not recognize …

  8. Problems with ESP32 Adafruit_SSD1306 and SoftWire - Arduino Forum

    May 14, 2023 · Hello Together I'm trying to run an OLED display with the Adafruit_SSD1306 library on an esp32 with SoftWire because the hardware pins are needed for something else. Unfortunately I …

  9. What's the difference between Adafruit SSD1306 and SH1106?

    Jul 22, 2014 · The reason being that I'm actually using a Spark Core (www.spark.io) to run the display, which has a much more limited library selection than the Arduino. I don't mean to derail an arduino …

  10. Fonts for Adafruit SSD1306 - Displays - Arduino Forum

    Jan 1, 2024 · Hi all I'm working on a project with an Adafruit 128x64 display. My problem is that the default font is a little too small. Since size 2 is way too big, I have to change the font. Is there a …