Compare commits
No commits in common. "18685558474bc89de0aa94e8e6b3bdfd04f23f1c" and "28759972328c2774b3ab571440051bd97ca35bcc" have entirely different histories.
1868555847
...
2875997232
3 changed files with 3 additions and 18 deletions
|
@ -3,8 +3,8 @@
|
|||
"nixpkgs": {
|
||||
"type": "Channel",
|
||||
"name": "nixpkgs-unstable",
|
||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre691017.b69de56fac8c/nixexprs.tar.xz",
|
||||
"hash": "0z32pj0lh5ng2a6cn0qfmka8cynnygckn5615mkaxq2aplkvgzx3"
|
||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre690413.1366d1af8f58/nixexprs.tar.xz",
|
||||
"hash": "0nlrrs22pf3dr7m55glxxfdg2qn6q9sjsd5dc7bvigasb1v3gw4j"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
""""""
|
||||
|
||||
from colour import Color
|
||||
|
||||
from .lights import AbstractLight
|
||||
|
@ -24,20 +23,6 @@ class StrobInv(AbstractLight):
|
|||
dim = RInt(0, 1)
|
||||
|
||||
|
||||
class Lyre(AbstractLight):
|
||||
address_size = 14
|
||||
|
||||
pan = RInt(0, 0)
|
||||
tilt = RInt(0, 1)
|
||||
color = RInt(0, 5)
|
||||
strobe = RInt(255, 6)
|
||||
dimmer = RInt(255, 7)
|
||||
gobo = RInt(0, 8)
|
||||
gobo_rot = RInt(0, 9)
|
||||
prism = RInt(0, 12)
|
||||
zoom = RInt(0, 13)
|
||||
|
||||
|
||||
class Wash(AbstractLight):
|
||||
"""
|
||||
Wash
|
||||
|
|
|
@ -12,7 +12,7 @@ in
|
|||
{
|
||||
dev = pkgs.mkShell {
|
||||
packages = [
|
||||
(pkgs.python3.withPackages (ps: [
|
||||
(pkgs.python310.withPackages (ps: [
|
||||
# build dep
|
||||
ps.pyserial
|
||||
ps.colour
|
||||
|
|
Loading…
Add table
Reference in a new issue