package pixel_pusher

  1. Overview
  2. Docs
Control LED strips on Pixel Pusher hardware

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.tar.gz
md5=a68f3424b4027b102b6e40d1f65c17f5
sha512=0506033b36d0974255573d87c62cd6514369d6610587e3e26f047c2dbb11b2e1c1a074304df771ba555c4d97044651ad3503e4d335538182b8a8081dd3945bf8

doc/README.html

Pixel Pusher library for OCaml

Pixel Pushers are these devices that you can plug Ethernet and LED strips into.

You can send UDP packets to the devices over Ethernet to tell them to set the colors of the LED strips.

The normal way to drive these is through something called Processing, a Java-like environment that includes a Pixel Pusher plugin.

If you would rather use OCaml to drive them, this library is for you!

Installing

opam install pixel_pusher

Using

Add pixel_pusher to your dune config libraries stanza.

You can look at the https://github.com/mbacarella/kindredspirit/kindredspirit.ml project for an example of real-world usage.

Bugs

Feel free to file a bug report if you encounter any issues. Shoot me an email if you have any questions: michael.bacarella@gmail.com.

Happy hacking!

OCaml

Innovation. Community. Security.