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
**Describe the bug** Trying to define the I2C clockspeed i have to put in I2C_ONE / I2C_TWO but those are not defined even when includeing OLEDDisplay.h ```c #include #include SSD1306Wire...
Hello! Did you think anytime about add new feature to this library which can make draw string in negative like in below picture?  I think it will be...
**Describe the bug** Nothing is displayed on an oled sh1106 with ESP32 dev board SSD1306SimpleDemo.ino (it's your example code) **To Reproduce** I use ESP32 dev board An SH1106 Wire sda...
I've already made a post here https://forum.arduino.cc/t/ssd1306wire-font-alignment-problem/978025 I then realized I can post an issue here on GitHub. Library version 4.3.0. Arduino 1.8.13. macOS 12.2 (21D49). Generic ESP8266. The drawString()...
I found a font in u8g2 that i like (Crox5h) and they offer it both in .c code and in .bdf format. I'm looking for some way to get this...
This is a WIP driver for the ST7567 LCD chip. Do not merge. I'm just opening this as a draft to remind me and come back and make a clean...
i have a heltex esp32 board with screen wired like this ``` #define PIN_I2C_SCL GPIO_NUM_15 // SCL pin #define PIN_I2C_SDA GPIO_NUM_4 // SDA pin #define OLED_I2C_ADDR 0x3C // I2C address...
**Describe the bug** Run a SSD1306SimpleDemo on a Wemos D1 with SSH1103 display connected to pin D2 (SDA) and D3 (SCL) **To Reproduce** Steps to reproduce the behavior: Change the...
Resolves #356: 3 methods added to the API: `void setFixedOverlay(FixedOverlayCallback fixedOverlayCallback)` to set fixed overlay drawing foo. `void setFixedOverlayFrames(const FrameCallback* fixedOverlayFramesList, int noOverlayFramesCount)` to set the list of frames on...
Здравствуйте, как я могу получить картинку как в вашем скейче на Wifi? Я перепробовал много конверторов, но фотография отображается не правильно. Заранее спасибо!