esp8266-oled-sh1106
esp8266-oled-sh1106 copied to clipboard
Driver for the SH1106 based 128x64 pixel OLED display running on the Arduino/ESP8266 platform
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...
 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...