Search found 4 matches
- Sat Aug 28, 2021 2:51 pm
- Forum: ESP8266 boards
- Topic: ssd1306 not working??
- Replies: 10
- Views: 7634
Re: ssd1306 not working??
I did copy, one line after the other in the REPL, and when it comes to the "display =..." I still get the same error message.
- Sat Aug 28, 2021 2:36 pm
- Forum: ESP8266 boards
- Topic: ssd1306 not working??
- Replies: 10
- Views: 7634
- Sat Aug 28, 2021 2:23 pm
- Forum: ESP8266 boards
- Topic: ssd1306 not working??
- Replies: 10
- Views: 7634
Re: ssd1306 not working??
Hi Robert, and thanks for answer. As far as I could cross check, yes, the library is the correct one. I downloaded it directly from Thonny menu. Here is the error I got: >>> %Run -c $EDITOR_CONTENT Traceback (most recent call last): File "<stdin>", line 5, in <module> TypeError: function missing 1 r...
- Sat Aug 28, 2021 1:38 pm
- Forum: ESP8266 boards
- Topic: ssd1306 not working??
- Replies: 10
- Views: 7634
ssd1306 not working??
Hi, I tried to use a ssd1306 OLED on an ESP8266 board. Program is exactly as in the µPy reference, and I got an error. i2c is previously defined as : i2c = I2C(scl=Pin(5), sda=Pin(4)) And in the following line there is an error... display = ssd1306.SSD1306_I2C(128, 64, i2c) Interpreter says there is...