openpixelcontrol icon indicating copy to clipboard operation
openpixelcontrol copied to clipboard

A simple stream protocol for controlling arrays of RGB lights.

Results 19 openpixelcontrol issues
Sort by recently updated
recently updated
newest added

I'm using Processing 2.2.1 and I can't get the processing samples to run, the import statement doesn't seem to be correct (if I use Tools\Import menu then it adds import...

As described in Issue #48 Makefile modifications are needed for compilation. This is the changes as detailed in the Issue, which resolved make errors.

I'm incorporating a OPC server into my smart light project. I want to do my own implementation based on spec, but it seems that there is a mismatch. On http://openpixelcontrol.org/...

I programmed a few things for my LEDs with OPC (and fadecandy). These days I prefer Julia and started a few lines to port the python Code to Julia (especially...

If someone else is facing issues to compile: I tried to compile and i needed to add `src/spi.c` in the makefile on these lines: on bin/tcl_server, bin/apa102_server, bin/ws2801_server and bin/lpd8806_server...

UDP patch implementation. This wasn't really well thought out, more of a hack, but I thought I'd share anyways. Exposes option `-t` for selecting "UDP" || "TCP" usage: `python raver_plaid_parse.py...

The example suggests starting with the freespace layout, which works, but I have no idea how to change the layout because the code in freespace.py has no comments that explain...

When I called `make`, I got this error: `xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun` The issue is that High Sierra messes up Xcode. To fix...

The protocol specified command 0x00 to send RGB data per pixel. As there are now LED strips with an additional white led, which expect RGBW data, which contains an additional...

- Ported and tested to run on Windows, built using Visual Studio - Created a CMake project that has been tested to work on Windows + OSX - Included support...