About 298,000 results
Open links in new tab
  1. I2C OLED Display (SSD1306) Not Working with Arduino Nano – …

    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 …

  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, …

  3. SSD1306 I2C OLED - Muybridge Animation - Arduino Forum

    Feb 1, 2016 · I found this Muybridge image of a horse running: I cut up all of the frames using MSPaint. I then opened each frame with Image2GLCD and saved each frame. I then, entered …

  4. 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 …

  5. Oled ssd1306 stm32f103c8 - Displays - Arduino Forum

    Nov 20, 2024 · I have an issue trying to use the SSD1306 128x64 OLED on a Bluepill or STM32F103C8 development board. When I compile and upload the sketch, it works as …

  6. Print text at any Y-value on SSD1306? - Arduino Forum

    Oct 29, 2023 · I'm attempting to print several rows of text, at certain Y-values, on an SSD1306 128x64 LCD display. I'm using the ssd1306 library by Alexey Dynda. I initially wanted to use …

  7. SSD1306 OLED Blinking display Cursor - Arduino Forum

    Sep 27, 2023 · Hi all, I have a beginner-to-hobbyist level of programming proficiency with Arduino boards (get that out of the way first lol) I am building this project Waveform Generator but I am …

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

    Jul 22, 2014 · At present, using SSD1306 yields the very same issu as this person's: Support for 132x64 display · Issue #14 · adafruit/Adafruit_SSD1306 · GitHub That's the only place I've …

  9. SSD1306 - U8g2lib Framerate? - Displays - Arduino Forum

    Apr 27, 2018 · The SSD1306 hardware I2C @ 400kHz means 23ms. i.e. 40 FPS is a practical limit. Yes, the Arduino Wire library could be improved. e.g. non-blocking digitalWrite () is not …

  10. 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 …