Open gausie opened 7 years ago
I've added all the lib
files (including hardware-mappings.c) to the binding.gyp file and its running without errors.
Hi, Sorry for the late response. Have you solved your problem ?
I solved this problem but in general the library doesn't seem to be compatible with the most recent version of the matrix library, which I need to use due to its transformations support.
Hi @gausie. How did you solve the issue? I am facing the same...
Thanks, Daniel
My bad,
Wrong path in "sources". However, I am now facing Assertion
io.Init()' failed`. Any idea why?
hi @Dhanielk
With your question to the other issue about using root
, I guess you have try to run your program with root
. Is it better ?
Right, found the same yesterday. But I can't node run as root...
Thanks for reply.
@Dhanielk @zeitungen I'm having Assertion Io.Init() failed
as well when I run as non root along with /dev/mem Permission denied.
I can run as root but it doesn't seem to interact with the board even though the script runs. Any ideas?
See my comment in #14 With the old version of rpi-rgb-led-matrix used in the current state of this Node project, you need to manually apply a single-character patch.
The error is
Any ideas?