Search found 2 matches

by chelsea
Thu Dec 14, 2017 10:25 pm
Forum: ESP32 boards
Topic: SPI SSD1306
Replies: 13
Views: 11093

Re: SPI SSD1306

merci, that's the solution for my problem. i've working it :-) But perhaps you can explain me the difference? In my opinion the spi-ports are specified by hardware or can I also use some other pins for spi? Is there any documentation like http://docs.micropython.org/en/latest/esp8266/ for the esp32?...
by chelsea
Mon Dec 11, 2017 8:21 pm
Forum: ESP32 boards
Topic: SPI SSD1306
Replies: 13
Views: 11093

Re: SPI SSD1306

Hello, I have an equivalent problem: on my ESP8266 with micropython my SSD1306-powered OLED works fine. but if I copy the ssd1306.py (https://raw.githubusercontent.com/micropython/micropython/master/drivers/display/ssd1306.py) on my ESP32 the OLED keeps dark. I run code like this: [code] import fram...