-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
I'm using node v7.8.0 and the matrix doesn't appear to be lighting up no matter what I use. I've confirmed the size (32x32) and it's clear it's at least trying because it fails without sudo (i.e. requiring permissions, isn't just doing nothing).
I've essentially just been trying this:
> const LedMatrix = require('node-rpi-rgb-led-matrix')
undefined
> const matrix = new LedMatrix(32);
undefined
> matrix.getWidth()
32
> matrix.getHeight()
32
> matrix.fill(255, 50, 100);
undefined
> matrix.setPixel(0, 0, 255, 255, 255)
undefined
The python API works. The demos don't work if I directly go through node_module's into this library's rpi-rgb-led-matrix. Copying/linking to an existing (working) one makes the demos work at that location, but the node library still doesn't function.
No errors, hence why I'm confuzzled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels