Commit Graph

  • 37395931bf Merge branch 'master' into master-merge Blaz Kristan 2022-06-22 16:11:09 +02:00
  • 88e487be8e Fix for Colortwinkles. Blaz Kristan 2022-06-22 16:08:14 +02:00
  • fd4c0e795a Merge pull request #2693 from softhack007/analogread_smoothing_fix_2587 Blaž Kristan 2022-06-22 13:20:16 +02:00
  • c79eb43347 disabled second check for strip.isUpdating() Frank 2022-06-22 12:36:47 +02:00
  • 860e74bffa Comment & float constant. Blaž Kristan 2022-06-22 09:58:21 +02:00
  • 4c759083be Multiple changes. Added: - introduced addEffect() and setupEffectData() - conditional compile for audio effects - introduced getModeData() and getModeDataSrc() instead of public var - changed _modeData[] to private non-static Blaz Kristan 2022-06-21 22:49:45 +02:00
  • d3bb079be4 Muliple enhancements: - Smarter on/off buttons in Info panel (usermods) - On/Off bus in bus_manager - 2D GEQ fix (2D CenterBars obsolete) - hide unused palettes & modes Blaz Kristan 2022-06-20 22:17:01 +02:00
  • ed374684a6 Update button.cpp Frank 2022-06-20 22:00:23 +02:00
  • 169a46c38c button.cpp: marked literal constant as "float! Frank 2022-06-20 21:56:16 +02:00
  • 1dbea434a3 fix for issue #2587 Frank 2022-06-20 16:04:43 +02:00
  • a5b4d7a244 add TM1829 support Hendrik Langer 2022-06-20 15:03:17 +02:00
  • 7ebb58b1fa Code shuffling (making bugs) Blaz Kristan 2022-06-19 19:15:34 +02:00
  • ac5b3110f2 Code cleanup (reduced globals). Blaz Kristan 2022-06-18 12:57:54 +02:00
  • 48259b4ffe Reorganised exchange array. Updated effects to reflect reorganisation. Provide feedback to UI for maxVol and binNum. Blaz Kristan 2022-06-18 12:36:10 +02:00
  • 041426fecb Scrolling text selectable font. Blaz Kristan 2022-06-17 21:19:12 +02:00
  • 2caf7efdc6 Added date & time support for scrolling text. Blaz Kristan 2022-06-17 19:09:44 +02:00
  • b00e038b33 Enhancement in effect functions. - added color_add() - fixed AA setPixelColor() - added fadeToBlackBy() (FastLED) - added hiding of * palettes if not all color selectors shown Blaz Kristan 2022-06-17 18:57:32 +02:00
  • 36503f0417 Fix CRLF Blaz Kristan 2022-06-17 16:24:25 +02:00
  • 0daddf9896 Some fixes. Remove (*) palettes if not all 3 color selectors shown Updated comments Blaz Kristan 2022-06-17 16:18:35 +02:00
  • f3364e1327 Scrolling text #DATETIME bugfix. Cosmetic changes. Blaz Kristan 2022-06-16 21:52:14 +02:00
  • cf54115077 Sync bug fixes. Analog input fix. Code cleanup. Blaz Kristan 2022-06-16 19:20:04 +02:00
  • 12a94c50b8 Various fixes. Added support for no audio to some effects. Blaz Kristan 2022-06-16 16:10:38 +02:00
  • 0dd12cf0a6 Bump bottle from 0.12.19 to 0.12.20 (#2683) dependabot[bot] 2022-06-16 10:31:14 +02:00
  • f92c336ae4 Fix for fftCalc Blaž Kristan 2022-06-16 07:47:58 +02:00
  • 477c9ef577 Cosmetic fixes. Blaz Kristan 2022-06-15 22:17:34 +02:00
  • e146a476bd Effect ID compatibility with WLED-SR Updated some SR effects. Blaz Kristan 2022-06-15 17:21:32 +02:00
  • 45e74126da Non-2D audio effects. Blaz Kristan 2022-06-14 18:16:18 +02:00
  • f32a39e79f Finalised used variables in effects Blaž Kristan 2022-06-14 14:48:13 +02:00
  • 489b144085 Overload temporary fix. Non-audio SR effects. Blaž Kristan 2022-06-14 12:06:51 +02:00
  • e7d311d23c I2S SD pin output type fix Blaž Kristan 2022-06-14 11:26:52 +02:00
  • 4cc2dea2fe color_add() that preserves color ratio AA version of setPixelColor(float) Fix in AA ratio calculation. Blaž Kristan 2022-06-14 09:11:56 +02:00
  • 1e2cae7087 W fix. Blaz Kristan 2022-06-13 22:13:04 +02:00
  • 2b259f3704 Usermod API enhancements - data exchage getUMData() - usermod configuration helper appendConfigData() - notification on updates onUpdateBegin() Blaz Kristan 2022-06-13 22:11:55 +02:00
  • 0df5221784 Normalised/antialiased setPixelColorXY() Blaz Kristan 2022-06-13 21:55:51 +02:00
  • 4c78d35680 Fix CRLF. Blaz Kristan 2022-06-13 21:29:08 +02:00
  • cdef8472e3 Gav... efects to test audio Anti-aliased setPixelColor() with support for normalized x & y Blaz Kristan 2022-06-13 21:28:10 +02:00
  • f9c933bf3b AudioSource classes cleanup Blaz Kristan 2022-06-13 17:34:49 +02:00
  • cc995ecef8 2D Waverly audio reactive. Blaz Kristan 2022-06-12 22:17:17 +02:00
  • 922a3631ae Fixed order of loading. Blaz Kristan 2022-06-12 15:09:15 +02:00
  • 0903078618 Execute GetV() after cfg.json is loaded. Blaz Kristan 2022-06-12 14:02:49 +02:00
  • 8c759cb65a Usermod config info & data. Blaz Kristan 2022-06-11 18:55:23 +02:00
  • bd45c67528 Virtual fixes. Pins. Blaz Kristan 2022-06-11 12:35:29 +02:00
  • 562a206508 It compiles! Cleaned (and possibly broken) AudioSource Added: - usermod notification about update - strip.getMinShowDelay() - pin manager updates Changed: - data exchange Blaz Kristan 2022-06-11 00:50:29 +02:00
  • dd584e929f Added audioreactive to usermod_list Formatting in usermod Blaz Kristan 2022-06-10 16:37:55 +02:00
  • 1828a2a81c Addec config save/load. Changed double to float. Blaz Kristan 2022-06-09 18:55:35 +02:00
  • a6746f77f0 Var fixes. Blaž Kristan 2022-06-09 14:44:48 +02:00
  • 184ff7a3b3 Audioreactive usermod. Blaz Kristan 2022-06-08 21:14:01 +02:00
  • 9db872db56 Fixes: - mirroring - FX memory allocations - preset loading if WS request too big Blaz Kristan 2022-06-05 10:16:56 +02:00
  • f1a1b89d13 Fixes. - correct preset cycling - updated rotary encoder preset selection Blaz Kristan 2022-06-03 22:22:18 +02:00
  • 14e0e96596 Send complet preset API from UI. Cycling value correction (optimisation and preset hack removal). Blaz Kristan 2022-06-03 18:38:46 +02:00
  • 793c878c66 Added display information for hue/sat/preset/cct Blaz Kristan 2022-06-02 18:30:23 +02:00
  • 14887d5e88 Multiple fixes. - non matrix bugs in legacy effects - preset loading (cycling) - segment length in UI - possible WS heap corruption prevention Blaz Kristan 2022-06-01 22:11:25 +02:00
  • 366006273d Watchdog timer (@poelzi). Transpose optimisations. Rain effect updated. Blaz Kristan 2022-05-30 22:21:13 +02:00
  • 6a69a726f2 Build bump. Blaz Kristan 2022-05-29 18:34:59 +02:00
  • e9cd4d95a7 Merge branch 'master' into master-merge Blaz Kristan 2022-05-29 18:22:33 +02:00
  • d7e1dc1f95 Revert speed for Fire. Segment brightnes +/- fix. Blaz Kristan 2022-05-29 18:20:30 +02:00
  • 19c8b4fe2d Merge pull request #2665 from Stoom/segment_bri_fix Blaž Kristan 2022-05-29 11:02:59 +02:00
  • 8b73a7375a Fix for transpose. blur1d() using weighted box blur. Blaz Kristan 2022-05-28 19:23:16 +02:00
  • 974798f79c Merge pull request #27 from srg74/patch-1 Blaž Kristan 2022-05-28 07:43:21 +02:00
  • 43c5de074f Update usermod_temperature.h srg74 2022-05-27 15:42:03 -04:00
  • 461cc1d5a8 Fix for stalled scrolling text. Minor other fixes. Blaz Kristan 2022-05-27 15:29:34 +02:00
  • 3d6df07335 Bugfixes in 2D. PIR stops countdown if preset changed. Blaz Kristan 2022-05-27 13:39:22 +02:00
  • 7689587879 New 2D Drift Rose effect. Fix for segment name. Updated blurRow & blurCol to work on non-leds[]. Updated several legacy effects to be 2D aware. Code cleanup. Blaz Kristan 2022-05-26 21:36:48 +02:00
  • e248b989e1 2D Scrolling text Updated Glitter & Sparkle Blaz Kristan 2022-05-25 21:15:08 +02:00
  • 9920424a31 Polar Lights fix. Cleanup. Blaz Kristan 2022-05-24 16:43:21 +02:00
  • 17be0a2c12 Enhance rotary encoder with custom sliders. Soft watchdog timer (by poelzi) Blaz Kristan 2022-05-24 13:45:35 +02:00
  • 26fa38d052 Watchdog: disable watchdog while OTA is running Daniel Poelzleithner 2022-05-23 22:30:13 +00:00
  • 34a4382920 Effect fixes. Blaz Kristan 2022-05-23 21:04:16 +02:00
  • 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