e9143b6ca8
Removed Edge class. Wasn't needed. Nodes and Corners are anough.
fabian2021-01-18 05:51:56 +01:00
db76255a2c
Changed the bootup order: Connecting to WiFi first allows us to send the logs of the layout analyzer via syslog.
fabian2021-01-16 18:27:54 +01:00
f4864dec05
Added a delay at bootup to allow pushing an OTA update in case of broken, looping code.
fabian2021-01-16 18:15:17 +01:00
11dbea0302
LOGln now logs to a central syslog server, if available.
fabian2021-01-16 13:41:46 +01:00
47cd48d572
We now accept and report state changes via JSON. Also added homeassistant MQTT autodiscovery.
fabian2021-01-16 11:15:58 +00:00
cc3bcb0370
Added a README with useful infos.
fabian2021-01-10 16:33:48 +01:00
63bb2b43cf
You can now define a maximum distance between colors to blend to during random effects in order to prevent extremely colorful displays.
fabian2021-01-10 16:33:04 +01:00
4b3797f4fc
Moved individual calls to node->draw() or corner->draw() to a single central call to show_all.
fabian2021-01-10 16:30:53 +01:00
808112ebb0
Status is show during bootup and OTA by lighting some of the LEDs.
fabian2021-01-10 16:29:30 +01:00
bfc5f1dffe
Added MQTT and WiFi support.
fabian2021-01-08 05:54:55 +01:00
fa888bcfab
color_blend_state extended from 0-255 to 0-1023 to allow slower / smoother effects.
fabian2021-01-08 11:30:10 +01:00
77eaea81d1
Added different modes. For now there are AM_CORNERS and AM_NODES.
fabian2021-01-06 11:51:11 +01:00
fdf357a3a1
Start random color changes in random places.
fabian2021-01-04 12:58:47 +01:00
43916c3b78
It's working now! And looks quite nice.
fabian2021-01-04 12:44:41 +01:00
4092306eb1
WIP: Strange exceptions in Corner:➿ Crashing when accessing _short_neighbours after a corner is finished animating.
fabian2021-01-04 11:39:46 +01:00