go-rpi-rgb-led-matrix
go-rpi-rgb-led-matrix copied to clipboard
Go binding for rpi-rgb-led-matrix an excellent C++ library to control RGB LED displays with Raspberry Pi GPIO.
This repository is licensed MIT, but the [vendor repository](https://github.com/hzeller/rpi-rgb-led-matrix) is GPL 2. Doesn't that mean that this must be released as GPL 2 or later? The [upstream author](https://github.com/hzeller/rpi-rgb-led-matrix#controlling-rgb-led-display-with-raspberry-pi-gpio) calls this...
Added passing of command line arguments to C library so runtime options can be used. It is now possible to set `--led-slowdown-gpio 2` so that 64x32 LED matrix works correctly.
When you use the emulator a X window appears with nothing within (just a sort of screenshot of your current desktop). 
Hi @mcuadros. If a user of this package wants to get the image currently showing on the matrix (for example by using the `draw` package) he is not able to...
Hi @mcuadros. A while back I blindly submitted a [PR](#5) which I prepared in my head. My idea was to catch panics which were caused by an invalid config or...
Started the client. It listens on IPv6 (tcp6) tcp6 0 0 :::1234 :::* LISTEN 29868/main adjusted the client to connect to: rpc.NewClient("tcp6", "[::]:1234") Testing it with emulator, but unfortunately the...