mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Added the option to specify the color byte order
Former-commit-id: 4ec3f869fbee70779c44752cdd5d1021657baec2
This commit is contained in:
parent
fc1e4bc6c8
commit
cf9aed8698
@ -9,7 +9,7 @@
|
|||||||
/// - 'ws2801' this is the device (eg '/dev/spidev0.0')
|
/// - 'ws2801' this is the device (eg '/dev/spidev0.0')
|
||||||
/// - 'test' this is the file used to write test output (eg '/home/pi/hyperion.out')
|
/// - 'test' this is the file used to write test output (eg '/home/pi/hyperion.out')
|
||||||
/// * 'rate' : The baudrate of the output to the device (only applicable for 'ws2801')
|
/// * 'rate' : The baudrate of the output to the device (only applicable for 'ws2801')
|
||||||
/// * 'bgr-output' : Use BGR output instead of RGB (reverse red and blue).
|
/// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.).
|
||||||
"device" :
|
"device" :
|
||||||
{
|
{
|
||||||
"name" : "MyPi",
|
"name" : "MyPi",
|
||||||
|
Loading…
Reference in New Issue
Block a user