mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-03-16 22:10:27 +00:00
o Add reference to Go binding by Máximo Cuadros.
This commit is contained in:
parent
1a0b3e800f
commit
3080a773e7
1 changed files with 4 additions and 2 deletions
|
|
@ -120,8 +120,9 @@ The library comes as an API that you can use for your own utilities and use-case
|
|||
[C API](./include/led-matrix-c.h).
|
||||
* In the [python](./python) subdirectory, you find a Python API including a
|
||||
couple of [examples](./python/samples) to get started.
|
||||
* There are a couple of external bindings, such as this [Nodejs binding]
|
||||
by Maxime Journaux.
|
||||
* There are a couple of external bindings, such as
|
||||
* [Nodejs binding] by Maxime Journaux.
|
||||
* [Go binding] by Máximo Cuadros
|
||||
|
||||
### Changing parameters via command-line flags
|
||||
|
||||
|
|
@ -501,3 +502,4 @@ things, like this installation by Dirk in Scharbeutz, Germany:
|
|||
[raspbian-lite]: https://downloads.raspberrypi.org/raspbian_lite_latest
|
||||
[Adafruit HAT]: https://www.adafruit.com/products/2345
|
||||
[Nodejs binding]: https://github.com/zeitungen/node-rpi-rgb-led-matrix
|
||||
[Go binding]: https://github.com/mcuadros/go-rpi-rgb-led-matrix
|
||||
Loading…
Reference in a new issue