esp8266-oled-ssd1306
esp8266-oled-ssd1306 copied to clipboard
Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
Hi, I need to know if this library is compatible with the display drivers ST7735S or ST7789. I'm doing a project with the ESP8266 where I need a bigger screen...
**Describe the bug** When printing characters to the screen without a terminating new-line, the LogBuffer is correctly displayed, except for the very last character, which is omitted from the display....
Sorry, didn't find any other places to ask. It's more like feature reques, probably, but maybe it is already implemented. Is it possible to set the overlay for some particular...
https://github.com/ThingPulse/esp8266-oled-ssd1306/blob/057629d467d6d57a518dcbb0e09726570f1d1940/src/OLEDDisplay.cpp#L716 Hello, in every `drawStringInternal` there in an increase in line height so the last check: `(yMove + lineNumber * lineHeight) >= this->height()` will always be `true` if the texts...
Hi I'm trying to rotate the display, which I've used for other libraries but nothing seems to work. I tried using display.flipScreenVertically(); but the display does not change. Any suggestions?...
Hello, I believe 2 screen demo doesn't work properly. Only 1 screen works at a time. I'm developing on ESP WROOM 32 . Below is my setup: `SSD1306Wire display(0x3c, 26,...
With this modification of the `SSD1306I2C` class it's now possible to use the library with `framework = espidf` in PlatformIO.
I need to use OLED, 90 rotated and I need to program it rotated
Hi, I have updated it to support for reducing height/width and also shift all chars in all direction. Thanks.
**Describe the bug** On platforms other than ESP32, I get an unused variable warning in the `SSD1306Wire` constructor, since only the `ARDUINO_ARCH_ESP32` branch references the `_i2cBus` parameter. **To Reproduce** Steps...