Closed iUltimateLP closed 6 years ago
Hey, I try to use this port but I can't run my test script. When I try to construct the LedMatrix object using
var display = LedMatrix(64, 2, 1);
then I get this back:
node: /home/pi/.node-gyp/8.8.1/include/node/node_object_wrap.h:77: void node::ObjectWrap::Wrap(v8::Local<v8::Object>): Assertion `handle->InternalFieldCount() > 0' failed.
Is this a bug? Thank you!
It only happens if you forget the "new" in front of LedMatrix, weird, but can be closed!
Hey, I try to use this port but I can't run my test script. When I try to construct the LedMatrix object using
then I get this back:
Is this a bug? Thank you!