Hello everyone, I have an RGB-LED-Stripe (chip is WS2801) and I want to control the LED-Stripe with my RasPi over Java. I connected the Stripe to the SPI port which works good with Python scripts. But what I want to do is to let my java code run on the RasPi. Does anyone have an example for me how I...