From cf9aed86981d35cb113e91d093ce9cb62ab6e973 Mon Sep 17 00:00:00 2001 From: johan Date: Mon, 4 Nov 2013 20:55:55 +0100 Subject: [PATCH] Added the option to specify the color byte order Former-commit-id: 4ec3f869fbee70779c44752cdd5d1021657baec2 --- config/hyperion.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hyperion.config.json b/config/hyperion.config.json index 61b84770..9f933ecb 100644 --- a/config/hyperion.config.json +++ b/config/hyperion.config.json @@ -9,7 +9,7 @@ /// - 'ws2801' this is the device (eg '/dev/spidev0.0') /// - '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') - /// * 'bgr-output' : Use BGR output instead of RGB (reverse red and blue). + /// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.). "device" : { "name" : "MyPi",