Created
August 9, 2017 00:44
-
-
Save Ashoat/579237885e5fc37ff22f06894c4d2528 to your computer and use it in GitHub Desktop.
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
[ 12:42AM ] [ ledscape@ledscape:~/LEDscape(master✗) ] | |
$ sudo pkill -9 opc-server; sudo ./run-ledscape | |
tokens: 383: { | |
"outputMode": "ws281x", | |
"outputMapping": "rgb-123-v2", | |
"demoMode": "fade", | |
"ledsPerStrip": 214, | |
"usedStripCount": 43, | |
"colorChannelOrder": "BRG", | |
"opcTcpPort": 7890, | |
"opcUdpPort": 7890, | |
"enableInterpolation": false, | |
"enableDithering": false, | |
"enableLookupTable": true, | |
"lumCurvePower": 2.0000, | |
"whitePoint": { | |
"red": 0.9000, | |
"green": 1.0000, | |
"blue": 1.0000 | |
} | |
} | |
Loaded config file from ws281x-config.json. | |
Config file written to ws281x-config.json | |
[main] Starting server on ports (tcp=7890, udp=7890) for 214 pixels on 48 strips | |
[main] Demo Mode Enabled | |
Allocating buffers for 10272 pixels (246528 bytes) | |
[main] Initializing / Updating server...frame_size1=10272 | |
pru_init:44: prussdrv_open open failed | |
[main] Starting LEDscape...Starting demo data thread | |
[e131] Starting UDP server on port 5568 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment