Advertisement
Guest User

Untitled

a guest
Dec 19th, 2011
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. [global]
  2. interface 127.0.0.1
  3. port 19333
  4.  
  5. [device]
  6. name AmbX_Combust
  7. output "ruby /usr/local/combustd/applications/boblight/boblight.rb"
  8. channels 15
  9. type popen
  10. interval 20000
  11.  
  12. [color]
  13. name red
  14. rgb FF0000
  15.  
  16. [color]
  17. name green
  18. rgb 00FF00
  19.  
  20. [color]
  21. name blue
  22. rgb 0000FF
  23.  
  24. [light]
  25. name left
  26. color red AmbX_Combust 1
  27. color green AmbX_Combust 2
  28. color blue AmbX_Combust 3
  29. hscan 0 33.33
  30. vscan 0 66.66
  31. saturation 3.0
  32. proportional 20.0
  33. value 15
  34. threshold 20
  35. interpolation on
  36.  
  37. [light]
  38. name right
  39. color red AmbX_Combust 4
  40. color green AmbX_Combust 5
  41. color blue AmbX_Combust 6
  42. hscan 66.66 100
  43. vscan 0 66.66
  44. saturation 3.0
  45. proportional 20.0
  46. value 15
  47. threshold 20
  48. interpolation on
  49.  
  50. [light]
  51. name wwleft
  52. color red AmbX_Combust 7
  53. color green AmbX_Combust 8
  54. color blue AmbX_Combust 9
  55. hscan 0 40
  56. vscan 0 33.33
  57. saturation 3.0
  58. proportional 20.0
  59. value 5
  60. threshold 20
  61. interpolation on
  62.  
  63. [light]
  64. name wwright
  65. color red AmbX_Combust 10
  66. color green AmbX_Combust 11
  67. color blue AmbX_Combust 12
  68. hscan 60 100
  69. vscan 0 33.33
  70. saturation 3.0
  71. proportional 20.0
  72. value 5
  73. threshold 20
  74. interpolation on
  75.  
  76. [light]
  77. name wwcenter
  78. color red AmbX_Combust 13
  79. color green AmbX_Combust 14
  80. color blue AmbX_Combust 15
  81. hscan 33 66
  82. vscan 0 33.33
  83. saturation 3.0
  84. proportional 20.0
  85. value 15
  86. threshold 20
  87. interpolation on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement