|
16 | 16 |
|
17 | 17 | # dest = megamatrix
|
18 | 18 | # dest = megamatrix
|
19 |
| -dest = megamatrix |
| 19 | +dest = candymachine |
20 | 20 | # width, height = 17, 10
|
21 |
| -width, height = 128, 64 |
| 21 | +# width, height = 128, 64 |
22 | 22 | # width, height = 64, 32
|
23 | 23 | # width, height = 256, 128
|
24 |
| -# width, height = 9, 6 |
| 24 | +width, height = 9, 6 |
25 | 25 |
|
26 | 26 |
|
27 | 27 | # pixelsize = 1024 / 128
|
28 | 28 | # height = (768 - 20) / pixelsize
|
29 | 29 | dims = matrix(x=0, y=0, width=width, height=height)
|
30 | 30 |
|
31 | 31 | # protocol = LegacyLmcp(dispmode=grayscale)
|
32 |
| -protocol = LedMatrix(port=4201) |
33 |
| -# protocol = Artnet() |
| 32 | +# protocol = LedMatrix(port=4201) |
| 33 | +protocol = Artnet() |
34 | 34 |
|
35 | 35 | matrixsim = MatrixScreen(dims=dims,
|
36 | 36 | pixelsize=10,
|
|
75 | 75 | # dest: ColorFade(dims=dims),
|
76 | 76 |
|
77 | 77 | # dest: Plasma(dims=dims),
|
78 |
| - # dest: RevolvingCircle(dims=dims), |
| 78 | + dest: RevolvingCircle(dims=dims), |
79 | 79 |
|
80 | 80 | # dest: RainPattern(dims=dims, chance=0.7, color=(40, 60, 255)),
|
81 | 81 |
|
|
94 | 94 |
|
95 | 95 | # dest: SoundColor(dims=dims, mode=0),
|
96 | 96 | # 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), |
98 | 98 |
|
99 | 99 | # dest: VUmeter(dims=dims, mode=0),
|
100 | 100 | # dest: VUmeter(dims=dims, mode=1),
|
|
0 commit comments