esp8266-oled-ssd1306 icon indicating copy to clipboard operation
esp8266-oled-ssd1306 copied to clipboard

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32

Results 39 esp8266-oled-ssd1306 issues
Sort by recently updated
recently updated
newest added

My screen for the first 15 pixels in height set the text to yellow, any solution?

Hi, I am new to the SSD1306 and trying to develop a code library for the font sizes 3x5 and 5x5 with extended ASCII character support (32 - 255). I...

It's useful to see the ASCII character that you're editing

**Describe the bug** The library does not compile out of the box for an Arduino ATMega2560 board (or any other 8-bit board) **To Reproduce** Steps to reproduce the behavior: 1....

I need to show two numbers on the display as large as possible. Ideally 64 pixels character height. I chose the **Open_Sans_Hebrew_Condensed** font http://oleddisplay.squix.ch/ I'm guessing size 80 is perfect...

See if you like it. May not be a great example to teach how easy cpp is because of the pointer magic to accept both pointer types, but does let...

Making this an issue instead of a PR because I see an "issue" but am not sure it's in scope to fix: on Arduino, I just noticed the print functions...

Some boards, notably the popular Heltec's ESP32_LoRa_v3, have the reset wire hooked up. It might be nice to pull that low for 50 ms or so when connecting. Could do...