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

Driver for the SH1106 based 128x64 pixel OLED display running on the Arduino/ESP8266 platform

Results 6 esp8266-oled-sh1106 issues
Sort by recently updated
recently updated
newest added

necesito ver como es algo basico para ver si me funciona racias

I have I2C version I use the following proper settings. #define OLED_SDA 5 #define OLED_SDC 4 #define OLED_ADDR 0x3C And I can see garbage only on the screen.

I tested the demo on a SH1106 with I2C and it works as follows: There is a very fast left scrolling text in line 1 the image drawn before (another...

I had to make major changes to some stuff to get esp8266 to work. mostly #ifndef __SAM3X8E__ problems had to be removed or new blocks added for esp8266 Bring in...

Hi guys! I am trying to connect all this stuff together but ... no way and anyone help me please. I have to use SSD1306 as the seller of the...

![issue](https://cloud.githubusercontent.com/assets/28116574/25502511/26d236ca-2b97-11e7-9036-3fbaffe91bc0.PNG) Hello Rene, thank u at first for ur great job. I test my 128x64 OLED (SPI) with ur demo, but I can not get my display working properly. It...