-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed ini file default values, added dmdserver.ini example, reset ZeD…
…MD after RGBOrder change
- Loading branch information
1 parent
188e3e7
commit 8a9a8b1
Showing
13 changed files
with
110 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
[DMDServer] | ||
# The address (interface) to listen for TCP connections. | ||
Addr = localhost | ||
# The port to listen for TCP connections. | ||
Port = 6789 | ||
# Set to 1 if Serum colorization should be used, 0 isf not. | ||
AltColor = 1 | ||
# Overwrite the AltColorPath sent by the client and set it to a fixed value. | ||
AltColorPath = | ||
|
||
[ZeDMD] | ||
# Set to 1 if ZeDMD is attached. | ||
Enabled = 1 | ||
# Disable auto-detection and provide a fixed serial port. | ||
Device = | ||
# Set to 1 to enable ZeDMD debug mode. | ||
Debug = 0 | ||
# Overwrite ZeDMD internal RGB order setting. Valid values are 0-5. -1 disables the setting. | ||
# The RGB level could be set at any time, but since ZeDMD version 3.6.0, ZeDMD need to be | ||
# rebooted to apply this the setting. So it is essential to set SaveSettings to 1 if a new | ||
# RGBOrder should be applied. | ||
RGBOrder = -1 | ||
# Overwrite ZeDMD internal brightness setting. Valid values are 0-15. -1 disables the setting. | ||
# The brightness level could be adjust at runtime, SaveSettings set to 1 will save the setting | ||
# in ZeDMD, too. | ||
Brightness = -1 | ||
# Set to 1 to permantenly store the overwritten settings above in ZeDMD internally. | ||
SaveSettings = 0 | ||
|
||
[Pixelcade] | ||
# Set to 1 if Pixelcade is attached | ||
Enabled = 1 | ||
# Disable auto-detection and provide a fixed serial port | ||
Device = | ||
# Set to 0 if RGB, 1 if RBG. | ||
Matrix = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters