Skip to content

hebaishi/boblightd-for-raspberry

 
 

Repository files navigation

Part 1. shutdown XBMC for faster compiling and update the feeds:

sudo initctl stop xbmc
sudo apt-get update

Part 2. install necessary dependencies:

sudo apt-get install libusb-1.0 make gcc g++ git libboost-dev libtool

Part 3. Clone the optimized source:

cd ~
git clone git://github.com/hebaishi/boblightd-for-raspberry.git

Part 4. Compile:

cd boblightd-for-raspberry/
./configure --prefix=/usr
make;sudo make install
Now take a cup of coffee and wait till the compiling is finished.

Now you are finished. I hope you enjoy this version.

READ THIS: This version needs another lightnames in boblight.conf, only 3 chars not more and not lower

[light] name 1 << This is wrong, it must be XX1 or 001 or 1XX
color red ambilight 1
color green ambilight 2
color blue ambilight 3
hscan 30 35
vscan 90 100

Important!! Make sure you choose LPD8806 as your output type in boblight.conf!!

About

Optimized version for raspberry - based on Speedy1985's version, modified to work with LDP6803 LED strip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.9%
  • C++ 32.5%
  • Perl 6.8%
  • C 2.0%
  • Processing 0.4%
  • Objective-C 0.3%
  • Other 0.1%