Adafruit_SSD1306
Adafruit_SSD1306 copied to clipboard
Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
- Arduino board: NRF52832 - Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.9 - List the steps to reproduce the problem below (if possible attach a sketch...
I noticed that I get weird glitches on the display when I use BLE and the SSD1306 library in a single sketch. The entire screen shifts one pixel downwards, and...
It seems passing color arguments to any functions that is not WHITE BLACK or INVERSE can cause unexpected behaviors ( esp8266 unhandled exceptions ) adding a sanity check to these...
Hi, thanks for taking time to read this. I'm having a problem with my oled while displaying on it. I can display everything I need correctly with i2c on the...
I wanted to add custom low level code into I2C communication. For instance I would like to use DMA to transfer data (I am on STM32). Unfortunately the library design...
Just a wrong number
Hello, if use some GFX font, then the background color for the text on the same position is transparent. pOLED->setTextColor(WHITE, BLACK); pOLED->setFont (&FreeSans12pt7b); pOLED->print ("12:35:56)"; next second writes over the...
I try to use the display with an Arduino Pro Mini (3.3v). When connecting the display to the regular Wire pins and use the regular Wire, it works fine. When...
This is my first pull request to a public project ever so hopefully it's fine, otherwise let me know so I can improve. I tried implementing this keeping in mind...
- Arduino board: Uno, M0_Pro - Arduino IDE version: v1.8.1 (and v1.8.7) - Install Adafruit_SSD1306 via IDE Library Manager The software SPI constructors work on a Uno when updating from...