Christian Schwinne
6be9317fd7
Merge pull request #3037 from Aircoookie/indentation
...
Whitespace/indentation cleanup.
2023-02-01 16:07:30 +01:00
Christian Schwinne
bee99ca8d0
Merge branch 'main' into indentation
2023-02-01 15:57:58 +01:00
cschwinne
48dc89cf13
Fix merge conflict (apply changes from 901ce23)
2023-02-01 15:55:44 +01:00
Blaž Kristan
fc7f609234
Disable 1D/2D mapping for individual pixel control
2023-01-31 12:49:36 +01:00
Ewoud
b01893e8fe
Random Cycle ☾, ☾ symbol on MM specific features
...
Adding ☾ symbol on MM specific features
- Custom Effect
- Games
- Generate presets
- Adjusted effects (Stream, Stream 2, GoL, Lissajous, Waverly, GEQ
- Palettes: Random Cycle, Audio Responsive
Bugfix ledmap 2D: delete table
Adding Random Cycle ☾: continues tranisition
2023-01-31 10:40:41 +01:00
Blaz Kristan
0bed9b3c2e
FX tweak.
...
- Fireworks 1D
2023-01-30 23:10:45 +01:00
Blaz Kristan
31fa73518b
Bugfix. #3064
2023-01-30 17:11:14 +01:00
Blaz Kristan
c6fd11157a
Bugfix.
...
- incorrect palette blending in Palette effect (#3055 )
2023-01-29 11:58:47 +01:00
Blaz Kristan
ca73a57de7
Bugfix.
...
- reduce playlist repetition count on save #3058
2023-01-29 11:27:14 +01:00
Ewoud
6235dc86cc
Fixing 2D ledmap
...
FX_2Dfcn.cpp.setUpMatrix:
- move upstream code to reset==true
- temp table for ledmaps (Idea by By @Troy#2642)
FX_2Dfcn.cpp: init loadedLedmap
2023-01-27 17:11:49 +01:00
Ewoud
6437cc8c7e
4ld and ar um: default pins -1, if set, show in pin dropdown
...
Audio reactive usermod: add pio.ini build flags defaults (⎌) for mclk, sda and scl (if set)
4ld usermod:
- if pio.ini build flags not set, make them -1 (undefined is even better but then problems with allocate pins, to be done later)
- pio.ini build flags defaults (⎌) different if spi (clockspi and mosispi instead of scl and sda)
- add pio.ini build flags defaults (⎌) for SPI CS, DC and RESET
2023-01-27 11:09:08 +01:00
netmindz
3953b7a2a5
Audio palette always start with black - fixes use of palette with Fire effect ( #14 )
2023-01-26 13:00:10 +01:00
Blaž Kristan
b91b340afd
Update changelog.
2023-01-25 13:18:54 +01:00
Ewoud
1b3952c889
Merge remote-tracking branch 'upstream/main' into mdev
2023-01-24 21:40:55 +01:00
Blaz Kristan
8e7b1c97df
Merge branch 'fx-upd'
2023-01-24 21:13:12 +01:00
Blaz Kristan
c9c55fe0c9
Bump version to 0.14.0-b2
2023-01-24 21:08:26 +01:00
Ewoud
9894ae725b
Merge remote-tracking branch 'upstream/main' into mdev
2023-01-24 20:57:08 +01:00
Blaz Kristan
d553160d65
Update to changelog
2023-01-24 20:41:10 +01:00
Blaž Kristan
b8a4df2f50
Merge pull request #3042 from werkstrom/patch-1
...
WLED PixelArtCreator
2023-01-24 18:56:05 +01:00
Blaz Kristan
36edbf6ea9
Merge branch 'main' into patch-1
2023-01-24 18:49:49 +01:00
Blaz Kristan
f966535ea9
Fix resize input on segment load.
2023-01-24 17:15:38 +01:00
Blaz Kristan
07cc26a144
Merge branch 'main' into fx-upd
2023-01-24 16:39:49 +01:00
Blaz Kristan
178c4d15b7
Bugfix.
...
- missing Transpose (seglen)
- reduce flickering for static text (ScrollingText FX #3050 )
2023-01-24 16:35:31 +01:00
Henrik
b0b68c695c
Size optimizations and cleanup
2023-01-23 21:30:55 +01:00
Ewoud
15d753aa4a
Show analog pins in pin dropdown and show only if analog signal
...
- shorten oappend MM function names
- add aOpt: analog options only
- add pin 17 for esp8266 (analog pin)
- add a.pins array to show analog pins in pin dropdown
2023-01-23 20:44:12 +01:00
Blaž Kristan
219a3658d6
Code compression.
2023-01-23 11:41:41 +01:00
Henrik
d2310fc2ea
Revert changes
2023-01-22 21:12:03 +01:00
Henrik
3fe0ccd934
Added ability 2 output minified htm file 4 testing
2023-01-22 20:28:23 +01:00
Henrik
f902ebadcc
UI, simpler process, get more data from device
2023-01-22 18:47:34 +01:00
Blaz Kristan
57323af167
Reset segments on 2D set-up change. #3028
...
Bugfix for 2D segment creation.
2023-01-22 11:29:31 +01:00
Blaz Kristan
20b0b5fc8e
Boost tweaking.
2023-01-21 22:38:04 +01:00
Henrik
bb72b8cc93
Segment selection and touch ups
2023-01-21 16:33:59 +01:00
Blaz Kristan
fec5516da9
Fire 2012 boost.
2023-01-21 15:39:59 +01:00
Henrik
ec9a092751
- Removed unused code
...
- Changed rendering of large preview image
2023-01-21 12:10:22 +01:00
Blaz Kristan
c692cc6a70
Inline fixes.
2023-01-20 22:33:30 +01:00
Frank
fb3e5cf3e8
comment corrected.
2023-01-20 22:18:11 +01:00
Frank
5eb18a6173
Pin Info update
...
* Additional functions: isPinPWM, isPinINT
* aliases: PM_ADC1 instead of PinManagerClass::ADC1
* make getADCPin work on "classic ESP32"
--> Tested and works on 8266, ESP32 (default platform), ESP32 (V4 Platform). ESP32-S3, ESP32-S2, ESP32-C3
2023-01-20 22:13:30 +01:00
Frank
718cd0df8d
bugfix
...
please remember to increase the buffer size again because the new value for "not a pin" will be 255 = +12bytes.
2023-01-20 21:17:24 +01:00
Frank
45e46822a1
PinManager: additional GPIO infos
...
bool isPinTouch(int gpio); // true if gpio supports touch functions
bool isPinAnalog(int gpio); // true if gpio supports analogRead
bool isPinADC1(int gpio); // true if gpio supports analogRead, and it belongs to ADC unit 1
bool isPinADC2(int gpio); // true if gpio supports analogRead, and it belongs to ADC unit 2
#define PM_NO_PIN 255
typedef enum { ADC_none = 0, ADC1 = 1, ADC2 = 2 } AdcIdentifier;
uint8_t getADCPin(AdcIdentifier adcUnit, uint8_t adcPort); // get GPIO number for ADC unit x, channel y. 255 = no such pin
2023-01-20 19:21:45 +01:00
Blaz Kristan
2b8d8d4e9c
Merge branch 'main' into pixart
2023-01-20 16:23:51 +01:00
Blaz Kristan
2ae8032ace
Compile fix.
2023-01-20 16:22:19 +01:00
Blaz Kristan
c4416584de
Merge branch 'patch-1' into pixart
2023-01-20 15:53:56 +01:00
Blaž Kristan
86d8b49113
Pixelart
...
- full implementation
2023-01-20 14:40:45 +01:00
Ewoud
1f921bf0c9
Bugfix for ESP8266, ESP01
...
UM PIR: pin default -1
xml.cpp: no D1-8 for esp01
2023-01-20 12:34:11 +01:00
Ewoud
41c8a1003b
Merge remote-tracking branch 'upstream/main' into mdev
2023-01-20 12:03:19 +01:00
Blaz Kristan
7a5d870f67
DJ Light optimisation.
...
GoL mutations.
cleanup.
2023-01-19 22:22:24 +01:00
Henrik
b43459232a
Create file for PixelArtCreator
2023-01-19 22:09:47 +01:00
Frank
8918271620
new build flag WLEDMM_WIFI_POWERON_HACK
...
This ensures that WiFi gets powered ON (useful for boards with small "RainSun" crystal Wi-Fi antenna)
2023-01-19 17:50:10 +01:00
Frank
efd72f44d8
chores: build number, npm run build
2023-01-19 17:47:40 +01:00
Frank
b27f70f423
AR: small fix for debug statistics
...
"smooting" does nor work in integer. we need float.
2023-01-19 17:45:16 +01:00