Commit Graph

  • deaee37559 (experimental) 2D drawPixel optimizations Frank 2025-11-17 14:30:29 +01:00
  • d6ee51841b image loader: avoid message flood on error Frank 2025-11-17 14:27:08 +01:00
  • eab946ea87 image loader: allow graceful takeover after error Frank 2025-11-17 12:29:47 +01:00
  • e5ab0b6077 Bugfix for gif player WRT inactive segment and bugfix in copy FX Damian Schneider 2025-10-02 20:40:43 +02:00
  • 47153baa0c brackets (typo) Frank 2025-11-16 19:30:34 +01:00
  • 16540f58b3 (experimental) adjust image scaling when segment options change during playback Frank 2025-11-16 19:18:21 +01:00
  • 2a120e81f8 image effect: flicker fixer for WS2812b leds driven by RMT Frank 2025-11-16 16:08:16 +01:00
  • b443c13ad8 revert safety check in cfg.cpp Frank 2025-11-16 15:28:57 +01:00
  • 737b7cc471 bus robustness improvement Frank 2025-11-16 14:52:18 +01:00
  • 5b52ee612f clean up handling of USB-CDC Serial Frank 2025-11-16 14:05:30 +01:00
  • 53130f7216 conditional USB mode: first check build_unflags Frank 2025-11-16 13:28:28 +01:00
  • 14f0d0a03c re-enable raw build flags checks for USB mode Frank 2025-11-16 03:02:12 +01:00
  • 870dc728f1 Disable raw build flags checks for USB mode Frank 2025-11-16 02:13:29 +01:00
  • 2b0179850c Merge pull request #263 from MoonModules/copilot/fix-255 (fixes #255) Frank 2025-11-16 01:25:59 +01:00
  • 9860dc5ca0 Disable CDC USB on boot for older framework compatibility Frank 2025-11-16 01:19:08 +01:00
  • 6ccbfe61ab additional debug help Frank 2025-11-16 01:08:27 +01:00
  • c785cb5f6c Fix Serial breakage: remove ARDUINO_USB_MODE instead of setting to 0 copilot-swe-agent[bot] 2025-11-15 23:51:04 +00:00
  • 2869de215c USB mode script: updated print statements for clarity Frank 2025-11-16 00:35:23 +01:00
  • 3bc68c574e Fix conflicting ARDUINO_USB_MODE definitions using BUILD_UNFLAGS copilot-swe-agent[bot] 2025-11-15 23:24:01 +00:00
  • 43b0da03aa Update debug messages for USB mode detection Frank 2025-11-15 23:15:44 +01:00
  • 0c92e573e1 Improve messaging: conditional warnings and production alerts copilot-swe-agent[bot] 2025-11-15 21:48:43 +00:00
  • 2932644381 Add CDC_ON_BOOT=1 check: only modify USB_MODE for USB-OTG boards copilot-swe-agent[bot] 2025-11-15 21:25:33 +00:00
  • 8342679d4a Merge pull request #264 from MoonModules/copilot/fix-256 (fixes #256) Frank 2025-11-15 17:13:14 +01:00
  • 4e2605b2a6 fix for 8266 build error Frank 2025-11-15 00:17:16 +01:00
  • dc04ccbde7 another attempt to avoid LED glitches during file writing Frank 2025-11-15 00:11:35 +01:00
  • 9f31f2444f some precautions to prevent buffer out-of-bounds access and concurrency problems Frank 2025-11-14 22:43:44 +01:00
  • 47f96fdd4a post-merge adjustments Frank 2025-11-14 19:51:17 +01:00
  • 9b6ce948f2 Adding DDP over WS, moving duplicate WS-connection to common.js (#4997) Damian Schneider 2025-10-21 19:41:57 +02:00
  • ca35e9914a Improved 1D support for GIF images, bugfixes, blur option by @DedeHai & @softhack007 Damian Schneider 2025-11-14 18:22:31 +01:00
  • a833cb5706 JMap robustness and use-after-free fixes Frank 2025-11-11 23:17:50 +01:00
  • 1e14e4b4e5 fix minor bug (errorflag reset not working) Frank 2025-11-11 23:09:09 +01:00
  • e4c964ebaf deserializeMap robustness improvements Frank 2025-11-11 21:59:19 +01:00
  • 36648d1936 hot path optimization: make gamma correction inline Frank 2025-11-10 23:17:16 +01:00
  • 4a323ba057 align Release Strings with upstream Frank 2025-11-09 23:19:43 +01:00
  • b94fc7c3f0 Merge pull request #4849 from Arcitec/0_15_x-improve-version-info netmindz 2025-08-20 07:02:01 +01:00
  • 71b7121ded bugfix: do not reset segments if unchanged #4969 Damian Schneider 2025-09-28 17:06:31 +02:00
  • f9a2099240 always use same GifDecoder initialization Frank 2025-11-09 20:30:43 +01:00
  • d78ea5ae2e prevent bad filenames in "segment names as ledmap names" Frank 2025-11-07 15:07:13 +01:00
  • 01d7f17730 Merge pull request #279 from MoonModules/Gif_MM_plus Frank 2025-11-07 12:48:23 +01:00
  • c1979f8bc7 no fun in Germany ;-) Frank 2025-11-07 12:08:31 +01:00
  • c58c6ef268 minor robustness improvement Frank 2025-11-07 11:58:55 +01:00
  • 9115cd17af tiny cleanup, ready to merge Frank 2025-11-07 11:45:46 +01:00
  • f955df0488 camelCase, future support, minor cleanup Frank 2025-11-07 11:05:44 +01:00
  • 9564791640 prevent string underflow Frank 2025-11-07 00:28:40 +01:00
  • 25391fe765 try to catch / handle Gif decoder OOM gracefully Frank 2025-11-07 00:11:14 +01:00
  • 698da84b4a prevent division by zero when image width or height is 0 Frank 2025-11-06 23:09:09 +01:00
  • 10b3ac0eb1 gifdecoder speedup and bugfixes Frank 2025-11-06 22:50:59 +01:00
  • 5177ebd271 fix false warnings when temporarily exceeding MAX_SEGMENT_DATA Frank 2025-11-06 22:09:11 +01:00
  • a956b22a16 unGamma8() accuracy improvement Frank 2025-11-05 22:01:07 +01:00
  • 5122a80f50 Fix typo in disclaimer about liability MoonModules 2025-11-05 09:55:50 +01:00
  • bb44dd8616 robustness improvements for image presets Frank 2025-11-04 20:28:26 +01:00
  • 69f9499e25 CSS bugfix: #pql and #rgbwrap should be hidden initially Frank 2025-11-04 16:39:02 +01:00
  • 2c62cd5e41 Merge pull request #4690 from Arcitec/ar-agc-control netmindz 2025-06-14 21:17:01 +01:00
  • d9e5426636 HUB75: small correction of order Frank 2025-11-02 16:38:03 +01:00
  • 0510fd308f HUB75: small delay at cleanup, to ensure that DMA finishes before deleting the driver Frank 2025-11-02 16:33:10 +01:00
  • d5dee6f58a small segment level setPixelColor and getPixelColor optimization Frank 2025-11-01 17:06:58 +01:00
  • 40064490ad strip level setPixelColor and getPixelColor optimization Frank 2025-11-01 16:50:20 +01:00
  • 297a2c2b9c bring back lost function ColorFromPaletteWLED (WLEDMM_SAVE_FLASH only) Frank 2025-11-01 14:16:47 +01:00
  • 96bfd56d20 Merge pull request #276 from DedeHai/PS_fixes Frank 2025-11-01 13:41:39 +01:00
  • eec3e6d64d Merge pull request #269 from MoonModules/bus_sPC_gPC_optimizations Frank 2025-11-01 13:39:25 +01:00
  • 96c3244318 removing deactivated code Frank 2025-11-01 13:30:51 +01:00
  • 13331e3de0 const WS2812FX::setPixelColorXY Frank 2025-10-31 11:09:45 +01:00
  • 74c701b745 HUB75: no color temperature correction for performance reasons Frank 2025-10-27 21:19:40 +01:00
  • c4f6d3d2cb ParticleFX better defaults for 64 pixel height Frank 2025-10-27 19:34:51 +01:00
  • b3f1c5d06c adding fixes and improvements from AC Damian Schneider 2025-10-27 19:28:50 +01:00
  • c896768c0b small correction Frank 2025-10-27 11:43:23 +01:00
  • 3752409b46 no more ORANGE on effect memory failure Frank 2025-10-27 11:24:12 +01:00
  • bb84f85924 FxParticlesystem Fix memory calculation of framebuffer size #275 Frank 2025-10-27 01:12:30 +01:00
  • 56380ce04c slightly faster to keep IRAM_ATTR for sPC and color_add Frank 2025-10-26 01:41:30 +02:00
  • 3e99bb8643 Fix fast-math attribute syntax in const.h Frank 2025-10-26 00:35:06 +02:00
  • 0071677340 (experimental) tweak optimization level of color functions Frank 2025-10-25 23:59:29 +02:00
  • 4713f26bb8 additional constants to improve upstream compatibility Frank 2025-10-25 23:43:44 +02:00
  • 4eb9f0855d Merge pull request #4913 from DedeHai/percentFX_UI_fix Damian Schneider 2025-09-07 20:34:57 +02:00
  • 9968ed9a22 fix merge error Frank 2025-10-25 22:17:13 +02:00
  • 82ba119402 fix low brightness gradient "jumpyness" Damian Schneider 2025-10-12 15:18:48 +02:00
  • b215c8209d post-merge updates Frank 2025-10-25 21:48:55 +02:00
  • 832c0c4bf4 Update to AsyncTCP 3.4.7 Will Miles 2025-08-02 15:49:47 -04:00
  • 86dda32d11 Update AsyncWebServer and AsyncTCP Will Miles 2025-07-30 22:17:44 -04:00
  • d856749bea fix change that got lost Damian Schneider 2025-07-24 18:30:51 +02:00
  • f373044e77 Update repository link to upstream Frank 2025-10-25 20:30:55 +02:00
  • 8fbaf63565 decodeIRJson bugfix: avoid buffer overrun #272 Frank 2025-10-25 19:57:59 +02:00
  • 12b3bedba7 cleanup - removed old code in comments Frank 2025-10-25 16:55:52 +02:00
  • f78edc43dc bugfix for #272 (only affects rotary usermod) Frank 2025-10-25 16:52:42 +02:00
  • 60878305fb debug code updates & fixes Frank 2025-10-25 00:53:25 +02:00
  • 22d142942a build 2510241, version 14.7.0-dev Frank 2025-10-24 19:15:20 +02:00
  • 1af94dc9a2 add error message when effects cannot be added Frank 2025-10-24 19:11:06 +02:00
  • 80a6866f16 small bugfix for previous commit (PSRAM caching) Frank 2025-10-24 16:35:11 +02:00
  • 6ce663784d bugfix to prevent random corruption of presets.json Frank 2025-10-24 16:24:33 +02:00
  • 1f99aeb506 small optimization: always allow gPC to use cached busses Frank 2025-10-24 00:05:44 +02:00
  • e6876caba1 Update GitHub links to MM-Effects repository MoonModules 2025-10-23 19:24:45 +02:00
  • e6b15a1c84 Add .vscode/extensions.json to .gitignore Frank 2025-10-23 01:18:18 +02:00
  • 541b201855 bus.setPicelColor optimization: optimizing some CPU cycles out of the hot path in sPC and gPC Frank 2025-10-20 21:58:23 +02:00
  • 6e8ab94ee9 colorKtoRGB optimization and bugfix Frank 2025-10-20 21:53:37 +02:00
  • 8067f1f70c bus.setPicelColor optimization: move colorBalanceFromKelvin into busmanager.cpp Frank 2025-10-20 21:49:09 +02:00
  • e094d60552 Implement conditional ARDUINO_USB_MODE: dev=1, release=0 copilot-swe-agent[bot] 2025-09-20 12:06:19 +00:00
  • 49a1399ed6 Fix AutoPlaylist race condition: use CALL_MODE_NOTIFICATION for AutoChange presets copilot-swe-agent[bot] 2025-09-20 11:38:25 +00:00
  • bb10ec3b75 Fix ARDUINO_USB_MODE issue: change from 1 to 0 to allow normal boot copilot-swe-agent[bot] 2025-09-20 11:36:51 +00:00
  • 2a01b5862a Initial plan copilot-swe-agent[bot] 2025-09-20 11:31:57 +00:00
  • d298f72727 Initial plan copilot-swe-agent[bot] 2025-09-20 11:29:54 +00:00
  • 315f147d87 Add build instruction for common environment Will Tatam 2025-09-19 23:43:33 +01:00