-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLEDControllerSettings.ini
More file actions
32 lines (30 loc) · 882 Bytes
/
LEDControllerSettings.ini
File metadata and controls
32 lines (30 loc) · 882 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
# LEDControllerSettings.ini
# Written by Chase Sawyer
# February 2017
#
# Configuration settings for the LightingController.exe / LightingController.py program.
# INSTRUCTIONS FOR USE:
# Do not modify [DEFAULT] section.
# Deployed settings should be configured in the [LEDControllerSettings] section below to mofify program behavior
# appropriately for live operation.
#
# Logging level options: DEBUG, INFO, WARNING, ERROR, CRITICAL
# Timeout, COMPort, and Baudrate settings configure Serial port operation for comminication with the Arduino controller.
# COMMON BAUD RATES:
# 9800
# 57600
# 115200
# BRIGHTNESS:
# max = 0, min = 1, 255(max value here) = just below maximum (0)
[DEFAULT]
Timeout = 0
COMPort = COM4
Baudrate = 9800
LEDs = 60
LogLevel = DEBUG
Brightness = 0
# User defined overrides here:
[LEDControllerSettings]
COMPort = COM5
Baudrate = 115200
Brightness = 0