|
| 1 | + |
| 2 | +[DMDServer] |
| 3 | +# Address (interface) to bind for incoming connections |
| 4 | +# Use 0.0.0.0 to accept connections from external devices on all interfaces |
| 5 | +Addr = 127.0.0.1 |
| 6 | +# The port to listen for TCP connections. |
| 7 | +Port = 6789 |
| 8 | +# Set to 1 if Serum colorization should be used, 0 if not. |
| 9 | +AltColor = 1 |
| 10 | +# Overwrite the AltColorPath sent by the client and set it to a fixed value. |
| 11 | +AltColorPath = |
| 12 | +# Set to 1 if PUP DMD frame matching should be used, 0 if not. |
| 13 | +PUPCapture = 0 |
| 14 | +# Overwrite the PUPVideosPath sent by the client and set it to a fixed value. |
| 15 | +PUPVideosPath = |
| 16 | +# Set to 1 if PUP DMD frame matching should respect the exact colors, 0 if not. |
| 17 | +PUPExactColorMatch = 1 |
| 18 | + |
| 19 | +[ZeDMD] |
| 20 | +# Set to 1 if ZeDMD is attached. |
| 21 | +Enabled = 1 |
| 22 | +# Disable auto-detection and provide a fixed serial port. |
| 23 | +Device = |
| 24 | +# Set to 1 to enable ZeDMD debug mode. |
| 25 | +Debug = 0 |
| 26 | +# Overwrite ZeDMD internal RGB order setting. Valid values are 0-5. -1 disables the setting. |
| 27 | +# The RGB level could be set at any time, but since ZeDMD version 3.6.0, ZeDMD need to be |
| 28 | +# rebooted to apply this the setting. So it is essential to set SaveSettings to 1 if a new |
| 29 | +# RGBOrder should be applied. |
| 30 | +RGBOrder = -1 |
| 31 | +# Overwrite ZeDMD internal brightness setting. Valid values are 0-15. -1 disables the setting. |
| 32 | +# The brightness level could be adjust at runtime, SaveSettings set to 1 will save the setting |
| 33 | +# in ZeDMD, too. |
| 34 | +Brightness = -1 |
| 35 | +# Set to 1 to permantenly store the overwritten settings above in ZeDMD internally. |
| 36 | +SaveSettings = 0 |
| 37 | + |
| 38 | +[ZeDMD-WiFi] |
| 39 | +# Set to 1 if ZeDMD-WiFi is available. |
| 40 | +Enabled = 0 |
| 41 | +# Enter your ZeDMD WiFi IP address here |
| 42 | +WiFiAddr = |
| 43 | + |
| 44 | +[Pixelcade] |
| 45 | +# Set to 1 if Pixelcade is attached |
| 46 | +Enabled = 0 |
| 47 | +# Disable auto-detection and provide a fixed serial port |
| 48 | +Device = |
0 commit comments