Search found 2 matches

by Donald
31 May 2022, 20:31
Forum: Prozessabbild
Topic: WS2812 LED Strip
Replies: 3
Views: 3976

Re: WS2812 LED Strip

#!/usr/bin/env python3 # NeoPixel library strandtest example # Author: Tony DiCola (tony@tonydicola.com) # # Direct port of the Arduino NeoPixel library strandtest example. Showcases # various animations on a strip of NeoPixels. import revpimodio2 import time from rpi_ws281x import PixelStrip, Color...
by Donald
12 May 2022, 22:20
Forum: Prozessabbild
Topic: WS2812 LED Strip
Replies: 3
Views: 3976

WS2812 LED Strip

Hallo Zusammen, ich habe mich vor ein paar Wochen mit RevPi beschäftigt und würde gerne auf RevPi ein WS2812 LED Strip mit Python ansteuern. Ich bin noch in der Einarbeitungsphase und ich weiß nicht wie ich damit anfangen soll. Die Bibliothek von RevPiModIO mit Python habe ich gelesen und habe leide...