Commit Graph

  • e7c9b5a4f0 2D Fireworks (enhanced 1D version). Transposed Fire 2012 on matrix. Blaz Kristan 2022-05-22 17:20:06 +02:00
  • 8c31904838 Updated rotary encoder ALT to support modes array. Blaz Kristan 2022-05-22 12:56:01 +02:00
  • d522b608d3 Finally fix for Crazy Bees. Blaz Kristan 2022-05-22 12:32:38 +02:00
  • 3e7303c15c Possible fix for Crazy Bees. Code cleanup. Blaz Kristan 2022-05-22 12:00:27 +02:00
  • 6e342983f9 It did not like PROGMEM. Blaz Kristan 2022-05-22 00:41:45 +02:00
  • a6d7ed3824 Moved mode names (& slider data) to a static array -- may break some things -- Blaz Kristan 2022-05-21 18:37:09 +02:00
  • e003ec39fb Transpose fix for XY() Slight internal API change. Renamed c1x,c2x,c3x to custom1, custom2, custom3 to be in line with SR. Blaz Kristan 2022-05-21 13:19:11 +02:00
  • 62abc63f7a Removed static vars to support segments. Blaz Kristan 2022-05-20 22:29:47 +02:00
  • 0955480f5b Build bump. Blaz Kristan 2022-05-20 19:51:46 +02:00
  • bf76affd06 Fix for missing palettes. Blaz Kristan 2022-05-20 19:44:06 +02:00
  • b4d6525899 Added new 2D effects: - 2D Floating Blobs - 2D Ghost Rider Crash fix for 2D Game of Life. Added support function fill_circle() & wu_pixel(). Removed obsolete debug strings. Blaz Kristan 2022-05-20 19:35:22 +02:00
  • ba3555a66f 2D Game of Life update. Added crc16(). Reduced errorToast popup time. Fixed drawLine() incorrect uint16_t use and added leds[] support. Blaz Kristan 2022-05-20 14:48:40 +02:00
  • d8be286831 Merge pull request #24 from lost-hope/2D-support Blaž Kristan 2022-05-20 07:15:45 +02:00
  • 65f5bc531c Added line drawing function based on Bresenham lost-hope 2022-05-19 22:49:04 +02:00
  • 3ba4702181 2D crazy bees. Blaz Kristan 2022-05-19 18:57:23 +02:00
  • ad9c42e832 2D Spaceships. Blaz Kristan 2022-05-19 18:27:04 +02:00
  • 0368d3be59 Some fixes. Tried removing leds[] for some effects. Blaz Kristan 2022-05-19 17:01:52 +02:00
  • 598549b5fb Additional 2D effects. Blaz Kristan 2022-05-19 11:29:04 +02:00
  • 49086a3ae0 2D heartbeat/ECG. Blaz Kristan 2022-05-18 21:47:48 +02:00
  • 4676a7aa62 Merge branch 'dev' into 2D-support Blaz Kristan 2022-05-18 19:50:19 +02:00
  • 7d25b234d5 Temperature usermod HA autodicovery. Blaz Kristan 2022-05-18 19:49:49 +02:00
  • c6578870f0 PWM fan JSON API control. Blaz Kristan 2022-05-18 19:46:31 +02:00
  • 4e8030bd81 Bugfix. - centered Settings buttons - disallow preset ID >250 Blaz Kristan 2022-05-18 14:38:22 +02:00
  • 094e130544 slight mod for 2Ddrift Blaz Kristan 2022-05-11 18:25:19 +02:00
  • 879fd5a13d Hide 2D modes in UI if not a matrix set up. Blaz Kristan 2022-05-11 12:29:46 +02:00
  • c2bb49aca0 Messed up again. Blaz Kristan 2022-05-11 09:55:23 +02:00
  • 9ed14b6e8c Incorrect mode params fix. Variable eye width in Halloween Eyes. Blaz Kristan 2022-05-11 09:53:40 +02:00
  • 4484721a9f 2D Haloween eyes Misc fix. Blaz Kristan 2022-05-11 09:37:38 +02:00
  • 4963a5797b Corrected slider names & options for 2D effects. Blaz Kristan 2022-05-10 21:41:20 +02:00
  • 13f5798ed4 blur2D & other bugfixes Blaz Kristan 2022-05-10 10:37:27 +02:00
  • db8e1dec3e 🐛 fix(json): allow for using ~-16 or ~16 when setting a segments brightness though the JSON api Jamie Stoom 2022-05-09 17:33:15 -07:00
  • c9bdecdb69 API change. New SR effects. Bugfixes. Blaz Kristan 2022-05-10 00:35:26 +02:00
  • adb7726974 Bugfixes. - removed IS_ macors - replaced .options with getOptions() - Fire2012 matrix fix Blaz Kristan 2022-05-09 16:15:07 +02:00
  • d6883d0c1c Added CRGB variant for setPixelColor() Blaz Kristan 2022-05-09 11:11:25 +02:00
  • b2409ac708 Bugfix in vertical panel ledmap generation. 2D implementation of Fire 2012 Blaz Kristan 2022-05-09 11:04:11 +02:00
  • cf189663a7 Segment width & height fix. Auto 2D segment. Blaz Kristan 2022-05-08 14:28:02 +02:00
  • f0d36fd769 WLED 2D matrix support. - Added 2 sample effects to UI. - 2D segment details. - 1D effect upscaling to 2D. - 2D setPixelColorXY() and other utility functions - Arbitrary panel position & oritentation. - 2D settings with physical to logical mapping. - Bump version. Blaz Kristan 2022-05-08 10:50:48 +02:00
  • 213e3e998a Enable ESP watchdog by default Daniel Poelzleithner 2022-05-05 11:24:41 +00:00
  • bef9c68f81 Working DMX Libraries (#2652) Luke Plassman 2022-05-04 20:28:09 -04:00
  • 099d2fd03d WiZ Lights usermod - Adding more options and features (#2638) ChuckMash 2022-05-03 03:18:21 -07:00
  • 9f71a6ab18 Arduino OTA lock fix. Blaz Kristan 2022-05-01 22:09:40 +02:00
  • e088f7a552 PIN code field focus on load. Blaz Kristan 2022-05-01 10:27:26 +02:00
  • 2e6ce0481c Allow swapping of W channel for RGBW LEDs. Backporting fix. Blaz Kristan 2022-04-30 12:45:38 +02:00
  • 23d39e5366 Compile time options for Multi Relay & PWM Fan Blaz Kristan 2022-04-29 09:56:48 +02:00
  • 279664a578 Added compile time PWM fan pins. Updated readme Blaz Kristan 2022-04-29 09:52:45 +02:00
  • 2a3d128f3c Default pins for Multi-Relay. Update page fix. Blaz Kristan 2022-04-28 22:31:09 +02:00
  • 9667365d9e Optional HSV sliders instead of color wheel. PIN code optimizations & fixes. Blaz Kristan 2022-04-27 12:31:47 +02:00
  • d4ef26e0f3 HSV sliders option instead of color picker. Blaz Kristan 2022-04-26 22:16:08 +02:00
  • a053e81797 Minor fixes. Blaz Kristan 2022-04-24 19:47:55 +02:00
  • 1494bfe855 Fix for non-websockets build. Cleanup. Blaz Kristan 2022-04-24 19:30:14 +02:00
  • f1a4ba4e76 Restore preset upon playlist end option. Blaz Kristan 2022-04-20 18:05:59 +02:00
  • 385c526414 Added new holidays. Blaz Kristan 2022-04-19 17:16:07 +02:00
  • 5e95e02429 Missing segpwr configuration. Blaz Kristan 2022-04-18 22:59:32 +02:00
  • 3081802b1c Minor UI fix. - keep .staytop/.staybot sticky - .fnd inheritance Blaz Kristan 2022-04-17 12:01:44 +02:00
  • 1663601dcb UI fixes. - correct load sequence - incorrect power on repeated segments - update button - fix for find icon - connection icon colors Blaz Kristan 2022-04-17 11:13:13 +02:00
  • 1a513c7bbf wled.cpp: Wrap Serial calls in #ifdef WLED_ENABLE_ADALIGHT. (#2630) Thomas 2022-04-16 23:08:27 +01:00
  • 92cbdde429 Cleanup. Blaz Kristan 2022-04-16 16:31:00 +02:00
  • 0f6b1e4ae1 Synchronus applyPreset() from HTTP JSON API call. Bugfix for HTTP API preset. WS multiple broadcast fix. Turning segment on/off will not reset currentPreset/cause stateChanged. Blaz Kristan 2022-04-16 16:28:43 +02:00
  • f915201a27 Cleanup. Blaz Kristan 2022-04-12 16:08:17 +02:00
  • d1f76042e1 bugfix for outgoing serial TPM2 message length (#2628) ChuckMash 2022-04-12 01:20:08 -07:00
  • 845aa733b7 Bugfixes. - auto segments selected - slider data aded to data-opt Blaz Kristan 2022-04-11 22:18:44 +02:00
  • a0e318827d Hide custom sliders by default. Blaz Kristan 2022-04-11 15:14:47 +02:00
  • 39720a11dc Fix empty space at the bottom. Blaz Kristan 2022-04-10 20:58:41 +02:00
  • da33bf3438 Revert namelabel. Blaz Kristan 2022-04-10 20:05:14 +02:00
  • eda6f134a9 Moved effect sliders to bottom. Implemented custom effect parameters. Blaz Kristan 2022-04-10 11:02:57 +02:00
  • 46e1c8ef73 Update WS on exit of live mode. Blaz Kristan 2022-04-08 20:11:34 +02:00
  • f247139f1c Bugfixes. - prevent changing main segment during live - PIN code entry validation - UI CSS fixes Blaz Kristan 2022-04-07 21:54:55 +02:00
  • 566985cf72 Add preset (name) UI bugfix. Close modal button. Blaz Kristan 2022-04-06 05:45:39 +02:00
  • 70b4cdf520 Merge branch 'master' into merge-master Blaz Kristan 2022-04-04 21:16:18 +02:00
  • 081f211231 Merge branch 'master' into merge-master Blaz Kristan 2022-04-04 20:52:42 +02:00
  • 9cd8acab43 Usermod: Add support for Si7021 temperature and humidity sensors (#2617) Christian Bartsch 2022-04-03 22:30:37 +02:00
  • 8b79a9708b Next universe overflow and Art-Net DMX start address (#2607) 4lloyd 2022-04-03 17:52:36 +02:00
  • 969acbd47f UI & CSS bugfix. Blaz Kristan 2022-04-02 19:18:54 +02:00
  • 31012671c5 UI sliding bugfix. Blaz Kristan 2022-04-02 07:42:04 +02:00
  • e362b3b6aa Fixed sunset time off by an hour on DST change day (fixes #2603) cschwinne 2022-04-01 02:07:50 +02:00
  • d2ced93e58 Merge pull request #2601 from Aircoookie/minseg-udp Christian Schwinne 2022-04-01 01:24:13 +02:00
  • 958cd35e21 Live mainseg improvements cschwinne 2022-04-01 00:59:19 +02:00
  • 73e898773b Minor fixes. - reversed condition for simplified UI - removed duplicate code Blaz Kristan 2022-03-31 21:44:11 +02:00
  • 46eae410c3 add My9291 light bulb driver (#2599) Spectre 2022-03-31 20:49:00 +02:00
  • 73a9e1c316 V2 usermod for wordclock with 11x10 LEDs and 4 minute dots (#2608) Stefan Riese 2022-03-31 20:31:37 +02:00
  • 03862d4b6c Add icon font cschwinne 2022-03-28 23:23:38 +02:00
  • 557a2f08f7 Power off. Blaz Kristan 2022-03-28 23:08:29 +02:00
  • ae90aa4ccc Power off. Blaz Kristan 2022-03-28 23:07:37 +02:00
  • 6eff2e6e74 Missing .h Blaz Kristan 2022-03-28 22:43:51 +02:00
  • 955bb51f11 Freeze/unfreeze for mainseg UDP. Blaz Kristan 2022-03-28 22:36:58 +02:00
  • b583def913 Using freeze instead of power for segment. Fix for missing udp.cpp Blaz Kristan 2022-03-28 20:44:49 +02:00
  • dd85da053f Bump minimist from 1.2.5 to 1.2.6 (#2602) dependabot[bot] 2022-03-28 09:44:17 +02:00
  • ba6a01408d UI tweaks & optimizations. Blaz Kristan 2022-03-26 23:22:18 +01:00
  • 81d880fb4e Global Auto-calculate white override. Blaz Kristan 2022-03-26 23:20:14 +01:00
  • bdbce67473 Movable segment power. UI CSS fixes. Blaz Kristan 2022-03-25 20:30:29 +01:00
  • 6079effae3 UDP on main segment only. Blaz Kristan 2022-03-25 17:20:41 +01:00
  • 41aa1ee318 Use UDP live/realtime data on main segment only. Includes Adalight revert, CSS optimizations and setPixelColor() refactoring. Blaz Kristan 2022-03-25 16:36:05 +01:00
  • 8d2fe315db Fix cross-origin error in File Mode (#2585) Woody 2022-03-24 12:17:10 +01:00
  • 22c3ac5be3 Add usermode to control Wiz lights (#2595) Eduardo Ibanez 2022-03-23 10:20:18 -05:00
  • a517f0df1d Add ESP32-ETHERNET-KIT-VE type cschwinne 2022-03-20 22:12:18 +01:00
  • c14f16bdf1 Merge branch 'master' into master-merge Blaz Kristan 2022-03-19 21:05:28 +01:00
  • 9c9854b6bf Fixed sunrise/set calculation cschwinne 2022-03-19 19:27:32 +01:00
  • d280e16723 Fixed /json/cfg unable to set busses (fixes #2589) cschwinne 2022-03-19 14:21:14 +01:00
  • b93a9cb8bc FIxed liveview cschwinne 2022-03-18 14:24:10 +01:00
  • 8601052179 Fixed liveview buffer over-write (fixes #2586 ) cschwinne 2022-03-18 14:08:37 +01:00