Kodi Community Forum

Full Version: OpenELEC with Lightpack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am looking for a good guide for setting up Lightpack on an OpenELEC box. I have an Asus Chromebox running current version of OpenELEC and Kodi. I picked up 2 LIghtpacks to install on our 65" Samsung TV.

If have some guides and or info PLEASE help me out.
Here is code that seems to work with both LightPacks but colors seem little off so think it is pulling from wrong areas on screen:

Code:
# config file created with BobLight Config Maker v.1.0
# (C) Hans Luijten - http://www.tweaking4all.com
# Orientation naming as seen from the REAR of the TV
# Date: 6/1/2015 7:35:04

[global]

[device]
name            LP1
type            lightpack
channels        30
interval        20000
bus            1
address        3
debug            true

[device]
name            LP2
type            lightpack
channels        30
interval        20000
bus            1
address        2


[color]
name            red
rgb             FF0000
adjust          1.0
blacklevel      1.0
gamma           1.0

[color]
name            green
rgb             00FF00

[color]
name            blue
rgb             0000FF

# Bottom Start

[light]
name start1
color red LP1 1
color green LP1 2
color blue LP1 3
hscan 36.7 50
vscan 95 100

[light]
name start2
color red LP1 4
color green LP1 5
color blue LP1 6
hscan 23.3 36.7
vscan 95 100

[light]
name start3
color red LP1 7
color green LP1 8
color blue LP1 9
hscan 10 23.3
vscan 95 100

# Right Side

[light]
name right1
color red LP1 10
color green LP1 11
color blue LP1 12
hscan 0 5
vscan 72.5 95

[light]
name right2
color red LP1 13
color green LP1 14
color blue LP1 15
hscan 0 5
vscan 50 72.5

[light]
name right3
color red LP1 16
color green LP1 17
color blue LP1 18
hscan 0 5
vscan 27.5 50

[light]
name right4
color red LP1 19
color green LP1 20
color blue LP1 21
hscan 0 5
vscan 5 27.5

# Top

[light]
name top1
color red LP1 22
color green LP1 23
color blue LP1 24
hscan 10 23.3
vscan 0 5

[light]
name top2
color red LP1 25
color green LP1 26
color blue LP1 27
hscan 23.3 36.7
vscan 0 5

[light]
name top3
color red LP1 28
color green LP1 29
color blue LP1 30
hscan 36.7 50
vscan 0 5

[light]
name top4
color red LP2 1
color green LP2 2
color blue LP2 3
hscan 50 63.3
vscan 0 5

[light]
name top5
color red LP2 4
color green LP2 5
color blue LP2 6
hscan 63.3 76.7
vscan 0 5

[light]
name top6
color red LP2 7
color green LP2 8
color blue LP2 9
hscan 76.7 90
vscan 0 5

# Left Side

[light]
name left1
color red LP2 10
color green LP2 11
color blue LP2 12
hscan 95 100
vscan 5 27.5

[light]
name left2
color red LP2 13
color green LP2 14
color blue LP2 15
hscan 95 100
vscan 27.5 50

[light]
name left3
color red LP2 16
color green LP2 17
color blue LP2 18
hscan 95 100
vscan 50 72.5

[light]
name left4
color red LP2 19
color green LP2 20
color blue LP2 21
hscan 95 100
vscan 72.5 95

# Bottom End

[light]
name end1
color red LP2 22
color green LP2 23
color blue LP2 24
hscan 76.7 90
vscan 95 100

[light]
name end2
color red LP2 25
color green LP2 26
color blue LP2 27
hscan 63.3 76.7
vscan 95 100

[light]
name end3
color red LP2 28
color green LP2 29
color blue LP2 30
hscan 50 63.3
vscan 95 100
Still looking for people running them. Looking for some help. I got the 2 working but is boblight best add on to use. Anything better?

Also not sure if like effects. Think grabbing from wrong areas. Also if video isn't full screen colors are all over. Either wrong or no color.

Any help would be great!