Skip to content

Commit 8556e81

Browse files
author
Robert
committed
changed the config a bit for the candy machine
1 parent be6d067 commit 8556e81

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Ledart/configs/pattern_conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616

1717
# dest = megamatrix
1818
# dest = megamatrix
19-
dest = megamatrix
19+
dest = candymachine
2020
# width, height = 17, 10
21-
width, height = 128, 64
21+
# width, height = 128, 64
2222
# width, height = 64, 32
2323
# width, height = 256, 128
24-
# width, height = 9, 6
24+
width, height = 9, 6
2525

2626

2727
# pixelsize = 1024 / 128
2828
# height = (768 - 20) / pixelsize
2929
dims = matrix(x=0, y=0, width=width, height=height)
3030

3131
# protocol = LegacyLmcp(dispmode=grayscale)
32-
protocol = LedMatrix(port=4201)
33-
# protocol = Artnet()
32+
# protocol = LedMatrix(port=4201)
33+
protocol = Artnet()
3434

3535
matrixsim = MatrixScreen(dims=dims,
3636
pixelsize=10,
@@ -75,7 +75,7 @@
7575
# dest: ColorFade(dims=dims),
7676

7777
# dest: Plasma(dims=dims),
78-
# dest: RevolvingCircle(dims=dims),
78+
dest: RevolvingCircle(dims=dims),
7979

8080
# dest: RainPattern(dims=dims, chance=0.7, color=(40, 60, 255)),
8181

@@ -94,7 +94,7 @@
9494

9595
# dest: SoundColor(dims=dims, mode=0),
9696
# dest: SoundColor(dims=dims, mode=1),
97-
dest: SoundColor(dims=dims, mode=2, num_avg=-1),
97+
# dest: SoundColor(dims=dims, mode=2, num_avg=10),
9898

9999
# dest: VUmeter(dims=dims, mode=0),
100100
# dest: VUmeter(dims=dims, mode=1),

0 commit comments

Comments
 (0)