Commit Graph

  • 0e5bd4ed74 remove test printout Damian Schneider 2024-09-14 14:11:29 +02:00
  • 6a37f25c5d memory improvement: dropped static gamma table Damian Schneider 2024-09-14 14:10:46 +02:00
  • 2afff05014 minor tweak (break instead of continue in setPixelColorXY) Damian Schneider 2024-09-14 11:45:27 +02:00
  • e3d9417b84 Minor fixes - rely on HAL for RO pins and max pins - remove isPinDefined() and do clash check inline - JS fix to use HAL max pins Blaz Kristan 2024-09-14 11:39:56 +02:00
  • 6a188033c6 Merge branch '0_15' into compile_different_busses Blaz Kristan 2024-09-14 09:27:37 +02:00
  • df24fd7bf2 Merge pull request #4129 from Aircoookie/bus-config Blaž Kristan 2024-09-13 23:23:08 +02:00
  • d45b4ad134 fixes and consistency Damian Schneider 2024-09-13 19:01:54 +02:00
  • ec938f254c removed old code Damian Schneider 2024-09-12 21:25:08 +02:00
  • fa82e759bd bug fix PaoloTK 2024-09-12 18:27:51 +02:00
  • daf0bcfac3 bug fix on pin already defined check PaoloTK 2024-09-12 18:12:38 +02:00
  • 09428dcade inlined getMappedPixelIndex, improved color_add, bugfix in colorFromPalette Damian Schneider 2024-09-12 16:34:55 +02:00
  • 49d51c5af8 Hot Blaz Kristan 2024-09-12 15:26:26 +02:00
  • ec7f69d559 Merge branch '0_15' into bus-config Blaz Kristan 2024-09-12 15:22:56 +02:00
  • a8c5bf2573 Ease IRAM Blaz Kristan 2024-09-12 15:22:37 +02:00
  • f12de61d7f Merge branch '0_15' into bus-config Blaz Kristan 2024-09-12 15:08:10 +02:00
  • 71fcd6482d Fix CRLF in boblight Blaz Kristan 2024-09-12 15:07:49 +02:00
  • e59b38a5d2 Fix unsigned long in debug printf Blaz Kristan 2024-09-12 15:04:10 +02:00
  • b07658b460 improved Segment::setPixelColorXY a tiny bit Damian Schneider 2024-09-12 14:09:09 +02:00
  • 5b8d9d1510 Merge branch '0_15' into bus-config Blaž Kristan 2024-09-12 08:49:04 +02:00
  • 6169c458bf Remove void Blaž Kristan 2024-09-12 08:48:31 +02:00
  • 23400d0449 Conditional IRAM for gamma Blaž Kristan 2024-09-12 08:30:46 +02:00
  • 992d11be10 Improvements in get/set PixelColor() Damian Schneider 2024-09-12 08:28:30 +02:00
  • feac45fd0a improvement in color_add Damian Schneider 2024-09-12 07:45:49 +02:00
  • 934176818f more improvements to color_scale() now even faster. Damian Schneider 2024-09-12 06:43:20 +02:00
  • c5435ec1fa Merge remote-tracking branch 'AC/bus-config' into compile_different_busses PaoloTK 2024-09-11 23:04:37 +02:00
  • c3f472fbcb some improvements to consider Damian Schneider 2024-09-11 21:41:42 +02:00
  • 1cee1c3562 Merge branch '0_15' into blending-styles Blaz Kristan 2024-09-11 17:28:48 +02:00
  • eae5a74a11 color_fade bugfix impure void remove optimisations: hot Blaz Kristan 2024-09-11 17:14:59 +02:00
  • 5df1a223c2 Pre-allocate COM vector Blaz Kristan 2024-09-11 16:45:39 +02:00
  • 81382a4bc0 Merge pull request #4131 from iammattcoleman/update-temperature-dependency Blaž Kristan 2024-09-11 16:24:25 +02:00
  • 750a429bd4 Temperature usermod: update OneWire to 2.3.8 Matt Coleman 2024-09-07 02:27:54 -04:00
  • dbe78dff93 Temperature usermod: fix changelog formatting Matt Coleman 2024-09-07 01:13:59 -04:00
  • 5869627b32 - More optimization on bus configuration logic. - Renamed LEDPIN to DEFAULT_LED_PIN. - Removed ability to override DEFAULT_LED_PIN, DEFAULT_LED_TYPE and DEFAULT_LED_COUNT. Use DATA_PINS, LED_TYPES and PIXEL_COUNTS instead. PaoloTK 2024-09-11 01:27:19 +02:00
  • 5bc5ef0ae8 Update CONTRIBUTING.md - typo Frank 2024-09-10 20:36:18 +02:00
  • 2cfd2e1410 Update CONTRIBUTING.md - typo Frank 2024-09-10 20:36:18 +02:00
  • cce5e8f811 Update CONTRIBUTING.md - adding a hint to avoid force-pushing Frank 2024-09-10 20:32:40 +02:00
  • 058e66c7fc Update CONTRIBUTING.md - adding a hint to avoid force-pushing Frank 2024-09-10 20:32:40 +02:00
  • 8ae09c3d02 Fix comment alignment Felddy 2024-09-10 18:16:00 +00:00
  • 83699bc5c3 Add support for toggle of palette sync Felddy 2024-09-10 18:02:29 +00:00
  • 3a5eb8c5d2 WLED 0.15.0-b5 release - Audioreactive usermod always included Blaz Kristan 2024-09-10 16:07:37 +02:00
  • fd00e5eaae LED settings text update Blaz Kristan 2024-09-10 15:23:27 +02:00
  • 20444ee7d5 Debug optimisations Blaz Kristan 2024-09-10 15:20:34 +02:00
  • eb06e575c2 add check for pin reassigned conflict with pin defined for current bus PaoloTK 2024-09-10 01:03:19 +02:00
  • ad402adf7a Hub75 - Misc fixes - WiP Will Tatam 2024-09-08 19:58:37 +01:00
  • 21c582ee1a Porting latest BusHub75Matrix from MoonModules - Mostly authored by Frank - MIT licence granted for this copy Will Tatam 2024-09-08 17:45:28 +01:00
  • e0d78d5328 Porting latest BusHub75Matrix from MoonModules - Mostly authored by Frank - MIT licence granted for this copy Will Tatam 2024-09-08 17:36:39 +01:00
  • f96acd6263 Hub75 - Tweaks to webui Will Tatam 2024-09-08 17:06:04 +01:00
  • e185f2eaf6 Hub75 compact pin defintion Will Tatam 2024-09-08 14:11:34 +01:00
  • 78fb9dcc59 Cleanup mxconfig.chain_length Will Tatam 2024-09-08 13:39:38 +01:00
  • e066b502c3 hub75 - remove hard coded panel sizes Will Tatam 2024-09-08 13:33:34 +01:00
  • e94943d505 Assign proper type ID for Hub75 Will Tatam 2024-09-08 13:05:20 +01:00
  • b4315152e2 Add numPins() Blaz Kristan 2024-09-08 11:07:53 +02:00
  • aae9446ce0 Add "old-style" changes to settings_led for hub75 Will Tatam 2024-09-07 20:46:59 +01:00
  • ecd46f2f06 Swap to new way to have dynamic LED types list Will Tatam 2024-09-07 20:29:43 +01:00
  • 74f77a7e8a Merge branch 'bus-config' into HUB75-AC Will Tatam 2024-09-07 20:06:56 +01:00
  • 340a9f8b76 better bugfix for seven-seg-reloaded Frank 2024-09-06 20:09:25 +02:00
  • 81cec6a25a Update usermod_seven_segment_reloaded.h - prevent array bounds violation (solves #4121) Frank 2024-09-06 19:36:24 +02:00
  • c5b31e2f63 Bugfix Blaz Kristan 2024-09-06 17:56:36 +02:00
  • 0642b17ab0 Bugfix Blaz Kristan 2024-09-06 17:54:36 +02:00
  • ac689a9a2e Remove array, un-inline calculateCCT Blaz Kristan 2024-09-06 12:19:04 +02:00
  • 43cc4ec009 Increase oappend buffer on ESP8266 Blaz Kristan 2024-09-05 22:18:50 +02:00
  • 9cc333b2bd Move LED types to individual bus type - (credit @netmindz & @willmmiles) Tuning. Blaz Kristan 2024-09-05 21:49:27 +02:00
  • 55d98ff935 Merge pull request #4126 from DedeHai/PWM-fixes Blaž Kristan 2024-09-05 17:26:28 +02:00
  • dc90a4ed42 Mirroring bugfix. Blaz Kristan 2024-09-04 21:17:21 +02:00
  • ef80abd885 8266 compatibility builds for older chips (another attempt t o solve #3690 and #3685) Frank 2024-09-04 11:38:03 +02:00
  • b9080f9479 Mirroring bugfix. Blaz Kristan 2024-09-04 21:17:21 +02:00
  • 092a5a1ca3 Unsigned fix Blaz Kristan 2024-09-04 20:54:44 +02:00
  • d3c31c52a2 found a better way of deadTime subtraction, fixed inverted signals Damian Schneider 2024-09-04 18:03:52 +02:00
  • 329173e145 added complete validation logic for pins and types PaoloTK 2024-09-04 13:28:43 +02:00
  • 8e4f8fcbc8 fix bug in reassignment logic PaoloTK 2024-09-04 13:27:04 +02:00
  • c1c707c77a 8266 compatibility builds for older chips (another attempt t o solve #3690 and #3685) Frank 2024-09-04 11:38:03 +02:00
  • b1e58dd10d Optimisations - renamed variables - some tuning Blaz Kristan 2024-09-03 22:28:21 +02:00
  • 2cc0aceac7 Bugfixes Damian Schneider 2024-09-03 19:14:50 +02:00
  • d79d5dbadd remove getReadOnlyPins() function PaoloTK 2024-09-03 17:29:38 +02:00
  • ebd8a10cef Prevent styles on 1px segments Blaz Kristan 2024-09-03 17:20:16 +02:00
  • be7475fe66 bugfixes, removed debug printout Damian Schneider 2024-09-02 22:06:46 +02:00
  • 85e2f7eb34 fixed offsets and inverted signal plus dead time Damian Schneider 2024-09-02 17:53:15 +02:00
  • 9bb979f2e8 bug fix PaoloTK 2024-09-01 21:46:30 +02:00
  • c942345453 bug fix PaoloTK 2024-09-01 21:35:09 +02:00
  • fcc344ba99 add read/only pin logic and check PaoloTK 2024-09-01 21:31:19 +02:00
  • a3b28871c6 Dirty fix for newer framework Blaz Kristan 2024-09-01 12:27:41 +02:00
  • 2ca034bfa8 Remove ledc_set_duty_and_update Add semaphoring Determine CCT overlap Blaz Kristan 2024-09-01 11:43:22 +02:00
  • 0d035a08d6 Dithering support & bugfix in UI Thanks to @dedehai & @zalatnaicsongor Blaz Kristan 2024-08-30 15:21:16 +02:00
  • 6655e2664e rebase to bus-config PaoloTK 2024-08-29 13:18:48 +02:00
  • c51ce2eec7 Fix C/P error Clarifications Blaz Kristan 2024-08-27 21:57:00 +02:00
  • b2e00eb868 Introduce network type (previous virtual) - phase shifting correction (limit to PWM CCT) Blaz Kristan 2024-08-27 14:11:56 +02:00
  • 820df0c596 PinManager update - LEDC: allocate same timer for CCT PWM - use SOC constants BusManager update - use allocateMultiplePins for BusPwm Blaz Kristan 2024-08-27 00:21:24 +02:00
  • 865e3dcd0c getNumberOfPins Blaz Kristan 2024-08-25 12:53:23 +02:00
  • f55e2fc7b8 Merge branch '0_15' into bus-config Blaz Kristan 2024-08-25 12:41:16 +02:00
  • cb22e1933e Merge pull request #4111 from DedeHai/0_15_PWM_CIEbrightnesscalc Blaž Kristan 2024-08-25 12:36:23 +02:00
  • 8818a9e82a Remove erroneous debug Blaz Kristan 2024-08-24 11:41:23 +02:00
  • dbb47d506c Bus manager rework - move macros to constexpr methods - introduce type capabilities for UI - add phase shifting (POC) to PWM - replace PWM CIE LUT with calculated curve CIE & phase shifting credit @dedehai Blaz Kristan 2024-08-24 11:35:32 +02:00
  • e4d5d77347 Merge pull request #4114 from ChuckMash/struct-def Blaž Kristan 2024-08-23 07:13:48 +02:00
  • dd52124765 Added some byte definitions to WiZmote ESP-NOW message ChuckMash 2024-08-22 20:24:03 -07:00
  • 6f3267aee9 Dynamic bus config - provide LED types from BusManager for settings Credit: @netmindz for the idea. Blaz Kristan 2024-08-22 17:15:12 +02:00
  • 0bbd6b7c4b Minor optimisation - disable JSON live - WS error string - button irelevant check Blaz Kristan 2024-08-22 17:08:51 +02:00
  • 1cc47b02cf use CIE brightness also for ESP8266 Damian Schneider 2024-08-21 08:06:32 +02:00
  • e7babc071d replaced PWM LUT with calculation Damian Schneider 2024-08-20 20:15:17 +02:00
  • d11ca2e159 Merge pull request #4110 from itCarl/usermod_battery_mqtt_update Blaž Kristan 2024-08-20 12:51:02 +02:00
  • 2d6365dc6a Add HA-discovery as config option Maximilian Mewes 2024-08-20 12:37:01 +02:00