[ANN] Programming the PiGlow in C

Hi All,

I’ve created PiGlow[1], a tiny library to manipulate the PiGlow in C (and C++). It’s a GObject-based library (light on the deps), which should be easy to use (see the example app).

Apart from the the basics to set/reset LEDs, there is pi_glow_animate, which allows you determine the animations frame-by-frame. I’ll add some more stuff (such as gamma-correcting the LED-intensities), but it should already be useful.

License: LGPLv2.1.

Happy hacking!
Dirk.

[1] https://github.com/djcb/pi-glow

1 Like