hello,
I checked all wires point, and it is still the same error. I attached IMG and code.
![Image]()
![Image]()
I checked all wires point, and it is still the same error. I attached IMG and code.
Code:
from machine import Pin, I2Cfrom ssd1306 import SSD1306_I2Ci2c = I2C(0,sda=Pin(4),scl=Pin(5),freq=40000)oled = SSD1306_I2C(128,64,i2c)oled.fill(0)oled.text("Hello",0,0)oled.show()
Statistics: Posted by Foton83 — Thu Feb 08, 2024 7:59 pm