Skip to content

glnds/LedStrip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages