Files
WLED_MM_Infinity/wled00
Frank 358f37b7ca optimization for ABL hotfix
* adding an optional parameter to setBrightness(). ApplyPostAdjustments() will only be called if `immediate=true`. Only ABL will use immediate=true, to ensure electrical safety of equipment.

This allows some optimizations of performance, as ApplyPostAdjustments() is time consuming.

* busses.setBrightness(bri) --> applied to all future pixels (fast, lossless)
* busses.setBrightness(bri, true) --> applied directly to all previously set pixels (slower, lossy)
2023-07-03 19:41:50 +02:00
..
2023-06-27 15:42:33 +02:00
2023-07-03 19:41:50 +02:00
2023-07-03 19:41:50 +02:00
2023-07-03 19:41:50 +02:00
2023-04-01 22:13:46 +02:00
2023-06-07 21:56:55 +02:00
2023-05-16 13:12:30 +02:00
2023-06-15 11:29:41 +02:00
2023-07-03 19:41:50 +02:00
2023-06-19 11:16:35 +02:00
2023-06-27 15:42:33 +02:00
2023-01-06 09:24:29 +01:00
2023-06-07 23:32:36 +02:00
2023-03-22 16:31:07 +01:00
2023-04-13 22:59:09 +02:00
2023-01-06 09:24:29 +01:00
2023-05-30 16:09:51 +02:00
2023-05-28 22:50:19 +02:00
2023-03-19 11:24:59 +01:00
2023-04-14 19:53:04 +02:00
2023-03-23 14:21:42 +01:00
2023-02-04 10:56:07 +01:00
2023-06-07 21:45:52 +02:00
2023-03-16 15:41:23 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-05-24 15:25:41 +02:00
2020-04-10 12:30:08 +02:00
2023-02-21 17:07:32 +01:00
2022-03-20 22:12:18 +01:00
2023-01-06 09:24:29 +01:00
2023-06-07 21:45:52 +02:00
2023-06-25 17:06:54 +02:00
2023-05-29 21:53:48 +02:00