You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyperion/effects
penfold42 bab27964f2 added multicast reception in the udp effect (#675)
* Removed -HUP so the default -TERM signal is sent instead.
- hyperiond only listens for TERM and INT. HUP is often used to get an exe to reread its config

Changed pgrep to add '-x' so it wont partial match on the exe name.
- I have multiple instances with multiple hyperiond-instance1 names
- this ensures the service script only kills the right process

* reversing errant change to hyperion.systemd.sh

* cleaned up a couple of compiler warnings

* moved bitpair_to_byte initialiser to (hopefully) work with older GCC

* compiler warning in udp driver
removed some tabs in ws2812b.cpp

* formatting - spaces to tabs

* moved rpi_281x to tag sk6812-v1.0

* moving to my fork of rpi_281x

* removed dos line endings

* Found some more "dos" line ending files

* Added multicast support to the udp listener "effect"

* the default udp.json will listen to unicast on port 2391 (as it used to)

the new udp-mcast.json will listen on multicast 239.255.28.01:2801


Former-commit-id: 5c76fabd3d
7 years ago
..
cinema-fade-in.json add fading effect like in a cinema. sped start and end color are selectable in json file 7 years ago
cinema-fade-off.json add fading effect like in a cinema. sped start and end color are selectable in json file 7 years ago
fade.py simplify code of effect fade.py 7 years ago
knight-rider.json big code cleanup. mostly line endings and indentions (#659) 7 years ago
knight-rider.py add color parameter to the knight rider effect 9 years ago
mood-blobs-blue.json big code cleanup. mostly line endings and indentions (#659) 7 years ago
mood-blobs-cold.json Added the possibility to change the base color of the mood blobs over time. 9 years ago
mood-blobs-full.json Allow random mood blobs color, set mood-blobs-full to random 7 years ago
mood-blobs-green.json big code cleanup. mostly line endings and indentions (#659) 7 years ago
mood-blobs-red.json big code cleanup. mostly line endings and indentions (#659) 7 years ago
mood-blobs-warm.json Added the possibility to change the base color of the mood blobs over time. 9 years ago
mood-blobs.py Allow random mood blobs color, set mood-blobs-full to random 7 years ago
police-lights-single.json Create police-lights-single.json 7 years ago
police-lights-solid.json Create police-lights-solid.json 7 years ago
police.py Create police.py 7 years ago
rainbow-mood.json big code cleanup. mostly line endings and indentions (#659) 7 years ago
rainbow-mood.py Ensure types in effects to avoid integer calculations were floats were needed 10 years ago
rainbow-swirl-fast.json big code cleanup. mostly line endings and indentions (#659) 7 years ago
rainbow-swirl.json big code cleanup. mostly line endings and indentions (#659) 7 years ago
rainbow-swirl.py Ensure types in effects to avoid integer calculations were floats were needed 10 years ago
random.json modify effects 7 years ago
random.py modify effects 7 years ago
running_dots.json add fading effect like in a cinema. sped start and end color are selectable in json file 7 years ago
running_dots.py add fading effect like in a cinema. sped start and end color are selectable in json file 7 years ago
shutdown.json add shutdown effect: 7 years ago
shutdown.py simplify effects 7 years ago
snake.json big code cleanup. mostly line endings and indentions (#659) 7 years ago
snake.py modify effects 7 years ago
sparks-color.json modify effects 7 years ago
sparks.json modify effects 7 years ago
sparks.py modify effects 7 years ago
strobe-blue.json Added some strobes, removed execute flag from json files 10 years ago
strobe-raspbmc.json Added some strobes, removed execute flag from json files 10 years ago
strobe-white.json Added some strobes, removed execute flag from json files 10 years ago
strobe.py simplify effects 7 years ago
traces.json add fading effect like in a cinema. sped start and end color are selectable in json file 7 years ago
traces.py add fading effect like in a cinema. sped start and end color are selectable in json file 7 years ago
udp-mcast.json added multicast reception in the udp effect (#675) 7 years ago
udp.json added multicast reception in the udp effect (#675) 7 years ago
udp.py added multicast reception in the udp effect (#675) 7 years ago
x-mas.json all effects has same lineendings 7 years ago
x-mas.py New X-Mas Effect added 8 years ago