Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 6536

General • Re: SSD1306 OLED Display connection RPI Pico W

$
0
0
hello,

I checked all wires point, and it is still the same error. I attached IMG and code.

Image

Image

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()
1707421505572 (Mały).jpg

1707421505581 (Mały).jpg

Statistics: Posted by Foton83 — Thu Feb 08, 2024 7:59 pm



Viewing all articles
Browse latest Browse all 6536

Trending Articles