Animation works with default animation

This commit is contained in:
2017-11-27 06:47:27 +01:00
parent e2209504da
commit 54a6ee1cd1
14 changed files with 216 additions and 918 deletions

View File

@@ -29,10 +29,11 @@ libs:
- origin: https://github.com/mongoose-os-libs/aws
- origin: https://github.com/mongoose-os-libs/mjs
config_schema:
- ["i2c.enable", false]
- ["i2c.enable", true]
- ["led", "o", {"title": "LED control settings"}]
- ["led.pin", "i", 2, {title: "Pin for data to WS2812 based LED chain"}]
- ["led.useDefaults", "b", true, {title: "Use default values for colors, led-definitions, animations"}]
- ["led.count", "i", 5, {title: "Number of LEDs connected in the chain"}]
- ["led.count", "i", 32, {title: "Number of LEDs connected in the chain"}]
build_vars:
MGOS_ENABLE_ONEWIRE: 1
cflags: []