mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Clone single led color from other led (#157)
* start ledclone * led cloning: clone scan areas from original led main: show exceptions, better exit * tune json schema for new option. somwe cleanup * fix warnings and bug for framebuffer selection. thx to clang brought by new osx buikld on travis * make ledclone feature work flawlessly for effects too. Effect sees the ledstring without cloned leds. cloned leds will be inserted just before sending to leddevice additional: remove warnings and fix code style * fix warning
This commit is contained in:
@@ -27,10 +27,9 @@ public:
|
||||
/// Attempts to open the piblaster-device. This will only succeed if the device is not yet open
|
||||
/// and the device is available.
|
||||
///
|
||||
/// @param report If true errors are writen to the standard error else silent
|
||||
/// @return Zero on succes else negative
|
||||
///
|
||||
int open(bool report = true);
|
||||
int open();
|
||||
|
||||
///
|
||||
/// Writes the colors to the PiBlaster device
|
||||
|
Reference in New Issue
Block a user