SSD1306Ascii icon indicating copy to clipboard operation
SSD1306Ascii copied to clipboard

Text only Arduino Library for SSD1306 OLED displays

Results 49 SSD1306Ascii issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to initiate the oled.begin on pins different from the hardware i2c pins? I'm trying to use the library on a ESP32-Cam

/* Fontname: -gnu-Unifont-Medium-R-Normal-Sans-16-160-75-75-c-80-iso10646-1 Copyright: Copyright (C) 1998-2019 Roman Czyborra, Paul Hardy, Qianqian Fang, Andrew Miller, Johnnie Weaver, David Corbett, et al. License GPLv2+: GNU GPL version 2 or later with...

Hi, arduino IDE 1.8.19 ESP32 + OLED128x64 // Test for minimum program size. #include #include "SSD1306Ascii.h" #include "SSD1306AsciiWire.h" // 0X3C+SA0 - 0x3C or 0x3D #define I2C_ADDRESS 0x3C // Define proper...

This is the first library that looks promising. But on the left, 2 columns of pixels are missing and on the right of the display there is a 2 pixel...

Hi there, First off, thanks for the fantastic library - it's so much snappier than the Adafruit one and has alleviated some blocking issues I had with a real-time application....

Hi, I've been testing a few different libraries to use an oled display. With `SSD1306AsciiAvrI2c`, I'm having an issue where a call to `println()` just stops in the middle of...

My project can use several displays and an SSD1306 OLED display is not mandatory. But if I try to call the `begin` method, it freezes my firmware as I use...

I tried to use the function **ssd1306WriteRam (uint8_t c)** to display some points on the screen, but I couldn't display them by coordinates, and I wanted to display some graphics...

I was wondering if I could have help getting a version of this library that is compatible with the SH1106 driver which is 132 pixels wide, and causes the display...

Hey, @greiman! Thank you for amazing library! I am using a simple SSD1306 screen with you library and was wondering if there is a method/example how to print text centered...