Theo Arends
ea2357375a
Fix TM1638 compile error
...
Fix TM1638 compile error (#3212 )
2018-07-14 12:10:13 +02:00
Felicia Hummel
71b29f833a
When passing values for multiple WS2812 LEDs at once, updating is very slow because after each LED is set, the strip is updated. The update was so slow that it was visible with the eye. For me, it took approx 0.5 seconds to update an 28 pixel long strip.
...
This patch suspends updates to the strip while procesing the passed LEDs, enabling the updates afterwards.
2018-06-16 15:23:11 +02:00
Theo Arends
bdb652547e
v5.12.0f - Add BRG and RBG support
...
5.12.0f
* Add compile time support for WS2812 BRG and RBG led
configurations to be defined in user_config.h (#1690 )
2018-03-17 15:22:29 +01:00
Theo Arends
42ad9e1a66
Revert "v5.12.0f - Add BRG support"
...
This reverts commit 55c43ded0e
.
2018-03-17 15:10:08 +01:00
Theo Arends
55c43ded0e
v5.12.0f - Add BRG support
...
5.12.0f
* Add support for WS2812 BRG led configuration to be defined as
NEO_BRG in user_config.h (#1690 )
2018-03-17 15:00:53 +01:00
Theo Arends
4063275f7d
v5.12.0e - Add Clock features
...
5.12.0e
* Add commands Color6 RRGGBB for Clock marker color and Rotation pixels
for Clock rotation (#2092 )
2018-03-10 17:58:54 +01:00
arendst
349230de72
v5.10.0i - Fixes and rearrangements
...
5.10.0i
* Add device function pointers
* Moved Command and JSON
English language defines to one file (i18n.h)
* Update it-IT.h language
file (#1449 )
* Fix Wemo and Hue emulation by adding M-Search response
delay (#1486 )
2018-01-05 12:26:19 +01:00