Stabilized new implementation and trimmed to maximum useful speed.

This commit is contained in:
2017-12-07 15:45:35 +01:00
parent 94e5dce045
commit 7fad229821
6 changed files with 70 additions and 91 deletions

View File

@@ -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"}]