hyperion.ng/libsrc/utils
penfold42 d5ce395e8e Add sk6812rgbw support (#666)
* 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

* adding support for SK6812 - not working yet

* Changed rpi_ws281x submodule to be penfold42's fork

* Set White to zero for now

* starting on the code to make the White led do stuff

* Added some basic whie led calculation
white = min(r,g,b)
r-=w, g-=w, b-=w

* cleaned up a couple of compiler warnings

* updated strip type to use corrected RGBW strip type
(the SK6812RGBW datasheet is wrong)

* 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

* attempt #3 at migrating the rpi_281x submodule to my fork/branch

* moving to my fork of rpi_281x

* Started implementing multiple RGB to RGBW conversion options

a quick hack has been implemented inside WS281x.cpp but ive started
moving this to RgbToRgbw.cpp for reuse by other led device types

* migrated RGB to RGBW conversion to RgbToRgbw.cpp


Former-commit-id: ff8e9038c4bb8203b71b42d12bf23be4abcc0b3b
2016-05-31 22:55:56 +02:00
..
jsonschema big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
CMakeLists.txt Add sk6812rgbw support (#666) 2016-05-31 22:55:56 +02:00
ColorArgb.cpp Changed RgbImage to template based Image (with template for pixel type) 2013-11-11 09:00:37 +00:00
ColorBgr.cpp Finished the amlogic grabber for the 'WeTek Play' 2015-08-20 09:51:44 +02:00
ColorRgb.cpp Changed RgbImage to template based Image (with template for pixel type) 2013-11-11 09:00:37 +00:00
ColorRgba.cpp Changed RgbImage to template based Image (with template for pixel type) 2013-11-11 09:00:37 +00:00
ColorRgbw.cpp Add sk6812rgbw support (#666) 2016-05-31 22:55:56 +02:00
HslTransform.cpp Reduce saturation in backlight (#651) 2016-05-24 22:15:39 +02:00
HsvTransform.cpp Added ProtoServer to the Hyperion server; 2013-10-13 14:48:59 +02:00
ImageResampler.cpp - refactored framebuffer grabber to use ImageResampler 2015-01-24 23:42:22 +01:00
RgbChannelAdjustment.cpp Add color adjustment to all RBG channels 2016-04-02 00:04:11 +02:00
RgbChannelCorrection.cpp prevent colorsmoothing from flooding led device with data when no new input data is available (#654) 2016-05-26 07:01:10 +02:00
RgbChannelTransform.cpp Renamed ColorTransform to RgbChannelTransform 2013-11-19 20:17:59 +00:00
RgbToRgbw.cpp Add sk6812rgbw support (#666) 2016-05-31 22:55:56 +02:00