p0ke
p0ke
Papercut is already great! But the attachments in the mainscreen would be perfect!
Thanks for responding. Here comes a simple example (Application ClipboardTest): `private void ClipboardChanged(Object sender, ClipboardChangedEventArgs e)` `{` `Console.WriteLine("Clipboard Changed - " + e.SourceApplication.ID + " / " + e.SourceApplication.Handle +...
Hey @vargn, try this: ``` data = [0,12,12, 0,12,0, 12,12,0, 0,0,0, 0,0,0, 0,12,0, 0,12,0, 0,12,0, ] led.set_led_data(0,data) ``` The example will set a a few leds to different colors. Hope...
The only thing I´ve found is a solution approach in the reference link above: https://github.com/cjdaly/CompuCanvas-code/issues/1
Try to change line 539 like this: device_bytes = self._usb_ctrl_transfer(0x80 | 0x20, 0x1, 0xA, 0, 2)
As you can see in your error message you did not change the regarding line in your blinkstick.py. The line number means to me that you´ve changed something more in...
Hey Lucas, still no change at the regarding line. As stated in the workaround above: Try to change line 538 in blinkstick.py like this: device_bytes = self._usb_ctrl_transfer(0x80 | 0x20, 0x1,...
It seems to be a bug in the blinkstick.py. Tested with python 2.7.10 and 2.7.11 under Xubuntu and Win10. Always the same issue.
Could you please test this example: It does not seem to be a bug in the lib but an error in the description: ``` import time import math import colorsys...
Hey, your project looks very nice. I hope I have time to take a deeper look into it later. But if I´m really with you, the set_led_data() command could be...