B4J Question Raspberry Pi RGBMatrix library use in B4J?

techknight

Well-Known Member
Licensed User
Longtime User
Is anyone on here familiar with this library? I think its cool. but its a C/C++ library. The library can also be used in Python as well which isnt C.

Here is a link that shows how the API is used as far as using it in your own applications, apparently it opens RGBMatrix as a Canvas that you can do things in.

https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/examples-api-use

But, I was wondering how to link a C library into B4J if its possible?
 
Top