vanshksingh / Pi5Neo

Library to Control Neopixel on Raspberry Pi 5 using python
MIT License
8 stars 5 forks source link

LEDs do not light #5

Open hibi11000 opened 1 week ago

hibi11000 commented 1 week ago

I'm trying to connect my led strip WS2812b to an Raspberry pi 5. As i execute the example code, an SPI Device is opened, but no led on. I have connected the three wires of the led strip to the 5V, GND and GPIO 18.

vanshksingh commented 1 week ago

Try to use gpio 10 First , if that works we can look into gpio 18

You will have to edit the spi/dev/0 something

It uses spi0 in code (gpio10) , gpio18 is spi1

hibi11000 commented 2 days ago

It worked, thank you :)