antonpup / LedStrip

LPD8806 java library for the Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This java library allows you to control LPD8806 based Led strips.

The library is tested with the use of the Digital RGB LED Weatherproof Strip from Adafruit.

Maven install

<dependency>
	<groupId>be.pixxis</groupId>
    <artifactId>LedStrip</artifactId>
    <version>1.0</version>
</dependency>

How to connect the Led Strip to the Raspberry Pi

http://learn.adafruit.com/assets/1589

Dependencies

Run the example

sudo java -cp LedStrip-1.0.jar:.:classes:/opt/pi4j/lib/'*' be.pixxis.lpd8806.Example

About

LPD8806 java library for the Raspberry Pi


Languages

Language:Java 100.0%