Commit Graph

  • 1b0ce9a123 Fix for #4179 Blaz Kristan 2024-10-05 15:00:58 +02:00
  • 7b855c851d Added integer based sin()/cos() functions, changed all trig functions to wled_math Damian Schneider 2024-10-05 12:29:31 +02:00
  • f1b9952bf9 HUB75 - Support BGR color order Will Tatam 2024-10-04 20:21:30 +01:00
  • 6f03854eda HUB75 - add comments to example env Will Tatam 2024-10-04 19:20:00 +01:00
  • c356846d90 HUB75 - fix hasRGB and missing override Will Tatam 2024-10-04 19:10:53 +01:00
  • f7b8828deb HUB75 - code formatting Will Tatam 2024-10-04 19:01:27 +01:00
  • 4276671538 HUB75 - Remove hot from show Will Tatam 2024-10-04 18:59:08 +01:00
  • 5b86c67a98 Error for ESP8266 and hub75 Will Tatam 2024-10-04 18:57:59 +01:00
  • 6ce6b9576d Merge branch '0_15' into HUB75-AC Will Tatam 2024-10-04 18:53:46 +01:00
  • ca062140f3 removed todo. Damian Schneider 2024-10-03 19:39:39 +00:00
  • a15c391e6c Improvement to setPixelColorXY and some flash optimisations Damian Schneider 2024-10-03 21:19:34 +02:00
  • ba636b17a0 Merge pull request #4175 from Xevel/fix_polybus_canshow Blaž Kristan 2024-10-03 16:19:44 +02:00
  • 2a07eb84f6 Merge pull request #4174 from Xevel/0_15 Blaž Kristan 2024-10-03 16:07:17 +02:00
  • 949b9fb10e Fixed Polybus.canShow always returning true on ESP32 Nicolas Saugnier 2024-10-03 15:21:39 +02:00
  • ae1b6af0d4 Indent formatting... Nicolas Saugnier 2024-10-03 11:07:58 +02:00
  • dd27504d30 Fixed Improv rejecting all properly formatted packets. Nicolas Saugnier 2024-10-03 11:04:47 +02:00
  • c30a08cfc5 Merge branch '0_15' of https://github.com/aircoookie/WLED into 0_15 Blaz Kristan 2024-10-02 20:16:41 +02:00
  • a4c49aa35e Fix for #4005 Blaz Kristan 2024-10-02 20:15:58 +02:00
  • ba3a61f623 Reduced code size by: - removing WS2812FX::setMode() - removing WS2812FX::setColor() - removing floating point in transition - color handling modification in set.cpp - replaced uint8_t with unsigned in function parameters - inlined WS2812FX::isUpdating() - (MAY BE BREAKING) alexa & smartnest update Blaz Kristan 2024-10-02 20:14:25 +02:00
  • 402fba734a bugfix for holes in 2D DNA Spiral Frank 2024-10-02 16:34:36 +02:00
  • 262af0678f colored burst effect bugfix (swapped XY dimensions) Frank 2024-09-30 18:35:14 +02:00
  • 3765d558b6 akemi bugfix fix Frank 2024-09-30 18:26:00 +02:00
  • 4ed8ded502 Akemi bugfix for panel width > 32 Frank 2024-09-30 17:44:38 +02:00
  • ee380c5377 Replace uint16_t with unsigned for segment data swap if statements in color_fade Blaz Kristan 2024-09-30 16:35:40 +02:00
  • 7fa25ca7ae pio update - flash size of non-standard boards Frank 2024-09-30 11:25:58 +02:00
  • d3c401ed4e wu_pixel small optimization Frank 2024-09-29 18:37:18 +02:00
  • cb8dae1ddb PWM: Revert always apply dead time Will Miles 2024-09-29 10:13:19 -04:00
  • 59deebc961 Improve PWM on ESP8266 Will Miles 2024-09-29 10:00:27 -04:00
  • 0ae73296cf Update comment Blaz Kristan 2024-09-29 15:19:37 +02:00
  • 8e78fb4caa Merge branch '0_15' into 0_15__speed_improvements Blaz Kristan 2024-09-29 14:31:00 +02:00
  • 336da25463 Private global _colorScaled Blaz Kristan 2024-09-29 14:14:07 +02:00
  • ffbc8c5f70 Reverting addition of bool unScale, added new improvements and fixes Damian Schneider 2024-09-29 13:55:00 +02:00
  • 10d8cfde85 Fix FX filter bug Blaz Kristan 2024-09-29 13:00:07 +02:00
  • 3c7f83407b Save a little RAM Will Miles 2024-09-28 23:15:20 -04:00
  • fe4b668107 Slightly reduce PWM jankiness Will Miles 2024-09-28 23:12:03 -04:00
  • cc87b32206 Support PWM phase shifts on ESP8266 Will Miles 2024-09-28 10:02:05 -04:00
  • 9114867578 Fix compiler error Blaz Kristan 2024-09-28 18:48:43 +02:00
  • 6f221852a2 partition file for 512Kb Filesystem, 1.7MB Program Frank 2024-09-28 18:25:16 +02:00
  • c842994df5 Pre-calculate virtual - move SEGCOLOR() to Segment class - add SEG_H, SEG_W macros - try to speed up virtualXxxxx() - compile warning fixes Blaz Kristan 2024-09-28 18:14:43 +02:00
  • 202901b09f bugfix, ESP32 compiler requires the color order to be identical Damian Schneider 2024-09-28 15:38:41 +02:00
  • 7c0fe1285a updated setPixelColor() and getPixelColor() functions Damian Schneider 2024-09-28 15:26:14 +02:00
  • 6dc2c680c5 Merge pull request #4163 from willmmiles/fix-oappend-merge Frank 2024-09-28 12:45:37 +02:00
  • 9a4b56db6e Fix incorrect F-strings Will Miles 2024-09-27 21:05:28 -04:00
  • 8180f2c742 Bump build tool dependencies Christian Schwinne 2024-09-27 13:46:01 +02:00
  • a76a895f1d bugfix Damian Schneider 2024-09-27 06:17:26 +02:00
  • b404458369 fixed one forgotten replacement of rgb2hsv_approximate Damian Schneider 2024-09-26 18:29:31 +02:00
  • c44b9f8659 Merge remote-tracking branch 'upstream/0_15' into 0_15__speed_improvements Damian Schneider 2024-09-26 18:07:33 +02:00
  • bef1ac2668 Added HSV2RGB and RGB2HSV functions for higher accuracy conversions Damian Schneider 2024-09-25 19:36:20 +02:00
  • 906f8fc2e7 Fix C3 compiler issue. Blaz Kristan 2024-09-25 18:49:10 +02:00
  • c600c6da63 Bus length fix Blaž Kristan 2024-09-25 09:33:16 +02:00
  • e789a18553 Merge pull request #4152 from willmmiles/end_oappend_v2 Will Miles 2024-09-24 16:56:51 -04:00
  • 3f3c986932 Merge branch '0_15' into end_oappend_v2 Blaz Kristan 2024-09-24 21:43:47 +02:00
  • 3ccc5babc1 Remov superfluous #if Blaz Kristan 2024-09-23 20:39:16 +02:00
  • fafb2eba69 Merge branch '0_15' into blending-styles Blaz Kristan 2024-09-23 20:36:08 +02:00
  • 33cf82a982 Indentations and a few optimisations Restore addPixelColor() behaviour. Blaz Kristan 2024-09-23 18:03:17 +02:00
  • e74eb7d3fc Move examples envs for hub75 Will Tatam 2024-09-22 18:11:39 +01:00
  • fbeead0c74 Exclude hub75 from pin validdation for xml.cpp Will Tatam 2024-09-22 16:42:11 +01:00
  • 9a9c65ac8e Whitespace Will Tatam 2024-09-22 16:29:52 +01:00
  • 0a8d86cfc3 Always copy all the pin data Will Tatam 2024-09-22 16:22:49 +01:00
  • 8632a0a6ec Hub75 - use actual panel config values Will Tatam 2024-09-22 16:22:30 +01:00
  • e111b6e1b7 Hub75 - PIN_COUNT const Will Tatam 2024-09-22 15:53:40 +01:00
  • b7aba15d58 Always copy all the pin data Will Tatam 2024-09-22 15:27:23 +01:00
  • 713cbb81b8 Merge branch '0_15' into HUB75-AC Will Tatam 2024-09-22 15:12:37 +01:00
  • fc0739703b cleanup hub75 comments Will Tatam 2024-09-22 13:14:26 +01:00
  • 382d7e8ac3 Remove stray whitespace from xml.cpp Will Tatam 2024-09-22 13:05:22 +01:00
  • 23e578bfbf Swap BusHub75Matrix to use allocateMultiplePins Will Tatam 2024-09-22 12:59:29 +01:00
  • bd7cd32f91 Add mandatory refresh capability to remove type dependency. Blaz Kristan 2024-09-22 13:56:14 +02:00
  • 0a5400263b removed IRAM_ATTR from inlined function Damian Schneider 2024-09-22 13:52:56 +02:00
  • 17d59d3337 adding initialization to vStrip, added comment on padding bytes Damian Schneider 2024-09-22 09:02:42 +02:00
  • 9cb3531e2d Remove erroneous file Fix constant dependancy Blaz Kristan 2024-09-21 22:24:36 +02:00
  • b50e6e0d90 Static PinManager & UsermodManager - saves a few bytes of flash Blaz Kristan 2024-09-19 21:44:11 +02:00
  • a88436c620 revert removal of adding with saturation, renamed 'fast' to 'saturate' Damian Schneider 2024-09-19 08:49:18 +02:00
  • 45cf90094a Rename destination for getSettingsJS Will Miles 2024-09-18 19:19:40 -04:00
  • ae1df20893 New names Blaz Kristan 2024-09-12 20:39:13 +02:00
  • 71148740d4 Replace sappend and sappends Will Miles 2024-09-09 20:00:23 -04:00
  • 4ef583c844 xml: Print optimization Will Miles 2024-09-07 19:52:30 -04:00
  • 16f61ea96d Usermod: Implement shim for oappend Will Miles 2024-09-17 18:26:46 -04:00
  • 32f9616b6e Remove oappend Will Miles 2024-09-05 21:13:55 -04:00
  • 1346eb4f76 tools: Add all_xml fetch script Will Miles 2024-09-08 15:55:50 -04:00
  • d4268ba070 handleFileRead: Skip duplicate FS check Will Miles 2024-09-07 19:51:23 -04:00
  • 696290527a cleanup and improved color_add() Damian Schneider 2024-09-18 22:10:27 +02:00
  • 686866c6f9 Merge remote-tracking branch 'upstream/0_15' into 0_15__speed_improvements Damian Schneider 2024-09-18 08:10:45 +02:00
  • 72455ccde1 Missing "not" Blaz Kristan 2024-09-17 19:47:24 +02:00
  • 88fb860568 SAVE_RAM bugfix introduced by #4137 Blaz Kristan 2024-09-17 16:34:38 +02:00
  • ceed494cf7 Introduce common.js in settings pages Blaz Kristan 2024-09-17 16:26:11 +02:00
  • ac8f919304 Serial improvements (can RX, canTX) PinManager bugfix for unsigned long long Blaz Kristan 2024-09-17 16:21:52 +02:00
  • 7f1ec4802d Merge pull request #4137 from felddy/feature/toggle_pallet_sync Blaž Kristan 2024-09-16 16:19:19 +02:00
  • d5777b7bce Fix for missing WLED_NUM_PINS check Blaz Kristan 2024-09-15 20:34:05 +02:00
  • e34f179a82 fix pin conflict check logic PaoloTK 2024-09-14 22:35:50 +02:00
  • 6a90b9a512 FX Temperature better ranges Blaz Kristan 2024-09-15 19:31:14 +02:00
  • ce5ee65d60 Merge branch '0_15' into blending-styles Blaz Kristan 2024-09-15 11:05:16 +02:00
  • 65a8dbfe41 FX: Usermod Temperature effect Blaz Kristan 2024-09-15 11:04:02 +02:00
  • 1ff667b7ef AWS library fix Blaz Kristan 2024-09-15 10:59:50 +02:00
  • 0806c7fbdb Merge pull request #4142 from willmmiles/fix-webserver-pin Blaž Kristan 2024-09-14 22:51:19 +02:00
  • 5708d7a6b8 Build bump, changelog update Blaz Kristan 2024-09-14 22:30:56 +02:00
  • 2264cc5d10 Use tag to pin AsyncWebServer version Will Miles 2024-09-14 16:11:46 -04:00
  • 28cb3f9d0c Merge pull request #4107 from PaoloTK/compile_different_busses Blaž Kristan 2024-09-14 22:02:56 +02:00
  • f16ed4697f fix isReadOnlyPin() logic PaoloTK 2024-09-14 18:58:53 +02:00
  • 81e412fe5b Use refernece to avoid ctor/dtor Use PinManager to determine reserved pins Blaz Kristan 2024-09-14 14:54:42 +02:00
  • f3137eb0a9 updated Segment::color_from_palette Damian Schneider 2024-09-14 14:49:36 +02:00