mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
rename of lpd6803 device to fix typo
Former-commit-id: 4c2b92f51d1903122211e3e91ce876697ea57526
This commit is contained in:
@@ -7,7 +7,7 @@ public enum DeviceType {
|
||||
/** WS2801 Led String device with one continuous shift-register (1 byte per color-channel) */
|
||||
ws2801("WS2801"),
|
||||
/** LDP6803 Led String device with one continuous shift-register (5 bits per color channel)*/
|
||||
ldp6803("LDP6803"),
|
||||
lpd6803("LPD6803"),
|
||||
/** Test device for writing color values to file-output */
|
||||
test("Test"),
|
||||
/** No device, no output is generated */
|
||||
|
@@ -22,7 +22,7 @@ public class TesConfigWriter {
|
||||
deviceConfig.mColorByteOrder = ColorByteOrder.BGR;
|
||||
deviceConfig.mName = "DAG";
|
||||
deviceConfig.mOutput = "/dev/null";
|
||||
deviceConfig.mType = DeviceType.ldp6803;
|
||||
deviceConfig.mType = DeviceType.lpd6803;
|
||||
|
||||
|
||||
ConfigurationFile configFile = new ConfigurationFile();
|
||||
|
Reference in New Issue
Block a user