-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig.ini.default
More file actions
30 lines (27 loc) · 802 Bytes
/
config.ini.default
File metadata and controls
30 lines (27 loc) · 802 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
[GPIO PINS]
red_pin = 17
green_pin = 22
blue_pin = 24
[CHROMECAST]
name = Chromecast Krantz
[WS281X]
; WS281X LED strip configuration
; True if you want to use WS281X leds, False to use default leds
is_active = False
; Number of leds in the led strip.
led_count = 300
; GPIO pin connected to the pixels (18 uses PWM!).
led_pin = 18
; (Optional) LED signal frequency in hertz (usually 800khz).
led_freq_hz = 800000
; (Optional) DMA channel to use for generating signal (try 10).
led_dma = 10
; (Optional) True to invert the signal (when using NPN transistor level shift).
led_invert = False
; (Optional) Set to 0 for darkest and 255 for brightest.
led_brightness = 100
; (Optional) set to '1' for GPIOs 13, 19, 41, 45 or 53.
led_channel = 0
[WLED]
is_active = False
device_ip = http://192.168.xxx.xxx