Skip to content

Not interacting with matrix #14

@demipixel

Description

@demipixel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions