Stabilized new implementation and trimmed to maximum useful speed.
This commit is contained in:
5
mos.yml
5
mos.yml
@@ -33,9 +33,8 @@ config_schema:
|
||||
- ["led", "o", {"title": "LED control settings"}]
|
||||
- ["led.pin", "i", 2, {title: "Pin for data to WS2812 based LED chain"}]
|
||||
- ["led.useDefaults", "b", false, {title: "Use default values for colors, led-definitions, animations"}]
|
||||
- ["led.count", "i", 32, {title: "Number of LEDs connected in the chain"}]
|
||||
- ["led.updateCycle", "i", 250, {title: "Frequency of LED update in ms"}]
|
||||
- ["led.tickDuration", "i", 250, {title: "Timebase: Duration of a tick in ms"}]
|
||||
- ["led.count", "i", 7, {title: "Number of LEDs connected in the chain"}]
|
||||
- ["led.tickDuration", "i", 25, {title: "Timebase: Duration of a tick in ms"}]
|
||||
- ["led.brightness", "i", 20, {title: "Default brightness in % (1-100)"}]
|
||||
- ["led.colorFile", "s", "colors.cfg", {title: "File name containing color definitions"}]
|
||||
- ["led.lampsFile", "s", "lamps.cfg", {title: "File name containing lamp definitions"}]
|
||||
|
||||
Reference in New Issue
Block a user