Scott Bailey
1ed687a51a
remove colorUpdated notifier that was pasted in accidentally
2021-05-02 21:27:33 -07:00
Scott Bailey
845dcabe0c
Handle setting palette when effect is still on default solid and will not display it
2021-05-01 12:53:34 -07:00
Scott Bailey
90e8ae1457
refactor decodeIRJson to change how ir.json is loaded add support for calling several c functions
2021-05-01 02:07:47 -07:00
Scott Bailey
e4f9fa3117
comment out printing API commands in IR handling
2021-04-29 23:33:01 -07:00
Scott Bailey
26247b247e
removed code that forced IR codes in a certain range to be decoded by decodeIR24. Generate default ir.json files for currently supported remotes.
2021-04-29 23:31:30 -07:00
Scott Bailey
5acecda6a0
handle JSON API commands also
2021-04-29 11:25:24 -07:00
Scott Bailey
754e3e092a
add decodeIRJson and JSON remote option
2021-04-28 22:53:27 -07:00
cschwinne
e46078286d
0.12.0 Beta 4
2021-03-29 02:28:34 +02:00
Aircoookie
5c6cb41124
Merge pull request #1742 from WJCFerguson/geometric_IR_brightness_steps
...
IR: change to non-linear brightness steps
2021-02-17 23:59:38 +01:00
James Ferguson
2bc38e3784
IR: change to non-linear brightness steps
...
Prior Incrementing/decrementing by fixed steps (typically 10) means large
perceptual jumps at low brightness and small jumps at high brightness. This
change moves to a geometric progression, closer at the bottom of the range and
widely spaced at the top.
While it could be done as a relative jump (incrementing by bri/4 and
decrementing bri/5 works quite well), it makes for irregular behavior when
moving back and forth.
2021-02-13 18:29:56 -05:00
Blaz Kristan
bb8d5ac13f
Dynamic allocation for bus manager.
2021-01-17 00:20:31 +01:00
Def3nder
c01dd232c5
FIX IR_PIN to IRPIN ( #1394 )
...
...in cfg.cpp the if statement used "IRPIN" (which is consistent to all other PIN names), but on the declaration-side "IR_PIN" was used.
Changed all occurences of "IR_PIN" to "IRPIN".
2020-11-29 20:47:13 +01:00
cschwinne
3ff23ade8b
Done in principle
2020-11-06 22:12:48 +01:00
Kareem Sultan
0a1bbca321
adds support for 9-key remote and intensity/speed repeat actions
2020-06-04 08:24:55 -04:00
cschwinne
6268cadc95
Function definitions in func_declare.h
...
Significantly reducing number of header files
2020-03-31 02:38:08 +02:00
Travis J Dean
f99f13a090
Avoid name collision. Fix wled instance access in ino.
2020-03-28 08:45:20 -04:00
Travis J Dean
f35ab125ec
Rename files to remove wled_
2020-03-28 08:30:51 -04:00