-
When I'm trying to execute the following code, I got from the documentation:
```
matrix = blinkstick.BlinkStickProMatrix(4,4)
matrix.set_color(x=1, y=1, r=255, g=0, b=0)
matrix.send_data_all()
```
I…
-
I get this error on Mac when data is sent too fast to the BlinkStick. Either it is something in libusb or just something OSX can't handle, in which case some kind of break is needed (a general break o…
-
Hi,
I am using BlinkStickDotNet.dll as a managed plugin in Unity after switch the framework to 3.5 from 4.0(as Unity won't support beyond 3.5).
The problem is that the tool is crashing whenever the …
-
**Software Versions:**
- Operating System: Windows 11 (x64)
- Python version: 3.10.1
- BusyLight version: busylight-for-humans 0.13.2
**General Type of Problem**
- [X] Command-line
**Desc…
-
On Windows 10 I had problems with an ord() command.
It appears that the problem command was line 234 in blinkstick.py:
`data = (c_ubyte * len(data_or_wLength))(*[c_ubyte(ord(c)) for c in data_or_w…
-
-
Is it possible to read from the device via Input Report?
-
Hi all,
I wrote a simple app to send data to LED strip device.
Using the library statically linked there are no problems.
Then I wrote another program with the library dynamically linked.
The devi…
-
When it's ready, it would be nice to consume the library via nuget.org
-
When building, getting an error message.
Error 1 Assembly generation failed -- Referenced assembly 'LibUsbDotNet' does not have a strong name HidSharp
Error 6 Metadata file 'C:\Users***\…