-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathneopixel.yml
More file actions
43 lines (43 loc) · 925 Bytes
/
neopixel.yml
File metadata and controls
43 lines (43 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
neopixel:
enabled: true
path: 'modules.neopixel.neopx.NeoPx'
config:
pin: 12 # Only used for GPIO. GPIO2 and 3 are use for i2c, GPIO10 is used for SPI, GPIO12 is used for GPIO
protocol: 'I2C' # choose between GPIO, I2C and SPI
count: 12
positions: {
'status1': 0,
'status2': 1,
'status3': 2,
'status4': 3,
'status5': 4,
'right' : 5,
'top_right': 6,
'top_left' : 7,
'left' : 8,
'bottom_left' : 9,
'bottom_right' : 10,
'middle': 11,
}
brightness: [
0.2,
0.2,
0.2,
0.2,
0.2,
1,
1,
1,
1,
1,
1,
1
]
dependencies:
python:
- colour
- adafruit-circuitpython-seesaw # i2c SUPPORT
- adafruit-blinka # SPI SUPPORT
- adafruit-circuitpython-neopixel-spi # SPI SUPPORT
emotion_analysis:
enable: false