Adafruit_SSD1306
Adafruit_SSD1306 copied to clipboard
Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
There are quite a number of oled lack ack in their I2C implements. Currently I can only get my oled works by u8g with U8G_I2C_OPT_NO_ACK option. So, how to do...
add function declarations before they are called this is necessary for platformio in vscode this should not affect Arduino
- Arduino board: QtPy (M0) (n/a, issue should occur on any applicable board) - Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.13 - List the steps to...
Merges the support originally added in https://github.com/mcauser/Adafruit_SSD1306.git with the head of adafruit/Adafruit_SSD1306. The splash screen was adopted to mirror that of the other resolution displays. Relevant displays are for instance...
Hi, I'm using a Teensy LC. With each flush, the image was shifted by one pixel. I finally realised that the teensy wasn't happy about switching the I2c clock all...
Added also comments about pin-usage to the 128 x 64 example and to the readme.
Just want to suggest adding one or two comment lines to the top of the code of the examples. Something like: `// Pins for most Arduinos: SDA=A4, SCL=A5` `// Differs...
Heltec's CubeCell Arduino-core is (currently) missing the functions used for direct register-manipulation, so do not define HAVE_PORTREG for it for now. This fix can always be removed, if Heltec ever...
Is this a forum to discuss a potential enhancements (that I'm more than willing to do) to this library? Or is there a place for in the adafruit fourm for...
- Arduino board: **Arduino Nano** - Arduino IDE version (found in Arduino -> About Arduino menu): **1.8.10** Currently its not handy using special characters with the display print method. ```...