Commit Graph

  • 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 v0.15.0-b5 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
  • b4315152e2 Add numPins() Blaz Kristan 2024-09-08 11:07:53 +02: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
  • cc24119a59 remove unnecessary comments Maximilian Mewes 2024-08-19 22:22:46 +02:00
  • b8f15333d8 update readme.md Maximilian Mewes 2024-08-19 22:12:21 +02:00
  • e5a426419c Improve mqtt support, add battery percentage and voltage Maximilian Mewes 2024-08-19 22:07:08 +02:00
  • 8a1df1e700
    Merge pull request #4093 from axlan/pixel-dice-usermod Blaž Kristan 2024-08-19 05:39:35 +02:00
  • cc298f56e2
    Merge pull request #4081 from RobinMeis/0_15 Blaž Kristan 2024-08-18 13:49:03 +02:00
  • 665693a513 Remove minimum threshold according to https://github.com/Aircoookie/WLED/pull/4081#issuecomment-2295198219 Robin Meis 2024-08-18 13:31:14 +02:00
  • c35e82e59f
    Merge branch '0_15' into pixel-dice-usermod Blaž Kristan 2024-08-18 13:20:45 +02:00
  • 72d38f4cff
    Merge pull request #3539 from Liliputech/pov_display Blaž Kristan 2024-08-18 13:15:34 +02:00
  • f6c47ac19c Fix some compiler warnings Blaz Kristan 2024-08-18 10:45:16 +02:00
  • 0430dc5a1f Merge branch '0_15' into blending-styles Blaz Kristan 2024-08-17 20:55:56 +02:00
  • 27bec89386
    Merge pull request #4106 from srg74/patch-1 Blaž Kristan 2024-08-17 20:54:58 +02:00
  • 79b3ce141c
    correct spelling error xml.cpp srg74 2024-08-17 14:42:44 -04:00
  • 011afd0910 Merge branch '0_15' into blending-styles Blaz Kristan 2024-08-17 15:24:20 +02:00
  • 8d00e4d31d Save some tiny amounts of RAM - use -D WLED_SAVE_RAM Blaz Kristan 2024-08-17 15:09:41 +02:00
  • 8688777ae1
    Merge pull request #4103 from netmindz/FX-cleanup Blaž Kristan 2024-08-16 17:39:49 +02:00
  • 198aceee07
    Merge pull request #4104 from FreakyJ/Fix-Bug-#3809 Frank 2024-08-16 02:04:00 +02:00
  • ee1bf1c221
    #3809 Loxone JSON parser doesn't handle lx=0 correctly FreakyJ 2024-08-15 20:18:06 +02:00
  • 24ecf1a166 Move getAudioData to static Will Tatam 2024-08-15 17:58:19 +01:00
  • 5cb49c86a0
    Merge pull request #4090 from willmmiles/ino-to-cpp Frank 2024-08-15 18:23:53 +02:00
  • 9940d2590b Arc expansion getPixelColor fix. Blaz Kristan 2024-08-15 17:22:59 +02:00
  • 577fce69e2 MQTT unification and cleanup Blaz Kristan 2024-08-15 16:18:34 +02:00
  • e68375a71e Remove repeating code to fetch audio data Will Tatam 2024-08-15 09:08:57 +01:00
  • fe7fb6c7a9
    Merge pull request #4092 from Aircoookie/sm16825 Blaž Kristan 2024-08-14 22:21:01 +02:00
  • cec67d8eff Const and 2D box blur - added 2D blur Blaz Kristan 2024-08-14 22:15:48 +02:00
  • 2443e2ec7c wled00 -> wled_main Frank 2024-08-14 11:16:46 +02:00
  • bcf862044a Update wled00.cpp Frank 2024-08-13 22:21:21 +02:00
  • b73f049484 Clean up addEffect() changes. jdiamond 2024-08-13 04:40:59 +00:00
  • cde5314d41 Add "dice" to environment names, and add more information about fitting in a 4MB partition. jdiamond 2024-08-11 01:23:41 +00:00
  • ed5eb28228
    Added POV image effect Arthur Suzuki 2023-11-22 02:36:06 +01:00
  • db5e66a9b0 playing with Fire2012 Frank 2024-08-09 12:53:41 +02:00
  • 77723b615f Fix compiler warning Blaz Kristan 2024-08-08 21:10:27 +02:00
  • 96c7716d3e Added a usermod for interacting with BLE Pixels Dice. jdiamond 2024-08-08 03:13:33 +00:00
  • ea80c1ed83 Swap WW & CW Blaz Kristan 2024-08-07 22:39:31 +02:00
  • 7d7b7c1e25
    Merge pull request #4088 from willmmiles/stress-testing-scripts Blaž Kristan 2024-08-05 21:05:42 +02:00
  • 9d860c265c
    Merge pull request #4089 from willmmiles/improved-locking Blaž Kristan 2024-08-05 21:04:24 +02:00
  • d234b4b0f1 SM16825 support - add WW & CW swapping Blaz Kristan 2024-08-05 20:56:12 +02:00
  • e1598a9966 Merge branch '0_15' into blending-styles Blaz Kristan 2024-08-05 16:47:25 +02:00
  • e82f38e277 Tuning Blaz Kristan 2024-08-05 16:42:21 +02:00
  • 1d27aa2f18 Move .ino to .cpp Will Miles 2024-07-14 11:38:29 -04:00
  • 113dbbdf94 Use DEBUG_PRINTF_P for jsonBufferLock Will Miles 2024-08-04 15:08:46 -04:00
  • e701b5b5eb util: Print locking module when JSON lock fails Will Miles 2024-08-04 14:02:05 -04:00
  • 6f01896d04 requestJSONBufferLock: Fix locking implementation Will Miles 2024-08-04 14:02:05 -04:00
  • 5582bbac60 stress_test: Add code for logging responses Will Miles 2024-07-14 11:38:29 -04:00
  • 690811bbbd Merge branch '0_15' into debug-refactor Blaz Kristan 2024-08-04 17:13:00 +02:00
  • d2401a212a
    Merge pull request #4082 from PaoloTK/fix_esp32c3_pwm_bit_depth Blaž Kristan 2024-08-04 17:10:21 +02:00
  • 52548542d2 Remove clock/max bit overrides Move contants into bus manager Blaz Kristan 2024-08-04 17:05:47 +02:00
  • 509cbdf476 Add UDP test code Will Miles 2024-07-14 11:38:29 -04:00
  • 5a6ebd6657 stress_test: Allow replication argument Will Miles 2024-07-14 11:38:29 -04:00