Adafruit_SSD1306 icon indicating copy to clipboard operation
Adafruit_SSD1306 copied to clipboard

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs

Results 66 Adafruit_SSD1306 issues
Sort by recently updated
recently updated
newest added

- Arduino board: Raspberry Pi Pico - Arduino IDE version: 2.0.3 - Using Arduino Mbed OS RP2040 Boards (installed from Arduino's board manager) to program the Pico The error I...

If I understand correctly how the class works, displaying is a two stages process: 1) Preparation of the pixel map in MCU's RAM - buffer size = W*(H+7)/8 - GFX...

Is there any way to turn on and off the oled display? I have a mini weather station and i want the display to turn completly off and then back...

add ARDUINO_ARCH_RTTHREAD to support RT-Thread/RTduino RT-Thread is a opensource RTOS, and now RT-Thread software packages has fully support most of the Adafruit Arduino libraries, so that Adafruit Arduino libraries can...

I'm using and ESP32 and a screen SSD1306 128x64 with i2c wire : SDA -> 21 / SCK -> 22 the board works well with an other SSD1306 library, but...

Hi there! I have an issue where the `display.begin()` function will _always_ return true regardless if there is an actual display plugged in or not. It works fine if there...

- Arduino board: ARDUINO UNO - Arduino IDE version (found in Arduino -> About Arduino menu): 2.1.1 - List the steps to reproduce the problem below (if possible attach a...

I am sorry if this is not the right palce to post this. When using the adafruit_SSD1306 library with a 2.42 inch display and a Teensy 4.0, the display is...

I only can choose Adafruit_SSD1306 or SD.h. anyway I could use both of them? Thanks