jebus197 / boblight

Automatically exported from code.google.com/p/boblight
GNU General Public License v3.0
0 stars 0 forks source link

Boblight chase daemon. #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there is new daemon for boblight. All files are included. The makefile.in is 
based on latest r440 build. This daemon is useful for creating an ambient with 
your ambilight.

This is from readme file:

----------------------------------------------
Credit for boblight-chase goes to Chris Oattes
Code merged by iLLiac4
----------------------------------------------

Usage of boblight-chase:

1. mode = 0: pixel chase. arg1 = brightness (sensible range: 0 - 300)
2. mode = 1: colour pulse. arg1 = brightness (sensible range: 0 - 300)
3. mode = 2: static rainbow
4. mode = 3: rainbow 'wave'
5. mode = 4: rainbow 'trickle'

Run example:
1. boblight-chase 0 180
2. boblight-chase 1 230
3. boblight-chase 2 FF
4. boblight-chase 3 FF
5. boblight-chase 4 FF

boblight-chase daemon can be run also through script.
This is an example of .sh script:
--------------------------------------------------------------
#!/bin/bash
killall boblight-constant
killall boblight-X11
killall -v boblightd
killall boblight-chase
/usr/bin/boblightd -f > /dev/null 2>&1
DISPLAY=:0.0 /usr/bin/boblight-chase -f 1 200 > /dev/null 2>&1
--------------------------------------------------------------

Notes:
- Only mode 0 and 1 has an additional parameter for brightness.
- Mode 2, 3 and 4 uses constant FF. This one has to be used, but has no affect 
to colour if changed.

Original issue reported on code.google.com by illi...@gmail.com on 29 Jun 2012 at 5:47

Attachments:

GoogleCodeExporter commented 8 years ago
I am unable to compile the source with the error "No rule to make target 
`clients/boblight-chase/boblight-chase.cpp', needed by `boblight-chase.o'.  
Stop.", even though I am using the revision 440.

Any advice?

Original comment by marcoleb...@gmail.com on 13 Jul 2014 at 11:53