beyondscreen / node-rpi-ws281x-native

native bindings to drive WS2811 (or WS2812) LED-Controllers on a Raspberry Pi
MIT License
224 stars 101 forks source link

List all supported GPIO pins in readme #139

Open gorkermann opened 3 months ago

gorkermann commented 3 months ago

Hello,

I'm wondering if you could add the other supported GPIOs to this line of the readme. It seems like GPIO10, at least, is also supported on my 1st gen pi.

gpio: number: the GPIO port-number the strip is connected to. (default: 18 for the first channel and 12 for the second channel)

thanks!