rpi-led-matrix
rpi-led-matrix copied to clipboard
Node.js/Typescript bindings for the Raspberry Pi LED Matrix library (https://github.com/hzeller/rpi-rgb-led-matrix)
Hi ! I am not reporting a bug, rather opening a discussion. In the hzeller/rpi-rgb-led-matrix, there is a [folder utils](https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/utils) and in that file, there is some package that would...
https://github.com/alexeden/rpi-led-matrix/blob/72bb95265e008c85c7afda5a400cc2cc1a8f18d8/package.json#L39 There is no `examples/tsconfig.json`, which results in a typescript compile error
## My setup - Raspberry Pi Zero W - Adafruit HAT (clone) - 64x32 1/16 RGB matrix - Raspbian Lite 11 - Node 16.15 ## The code ```ts import {...
Hello Alex, I see you are getting back updating this awesome library so first off, soo many thanks for your work I'm not sure if this it's the best way...
Whenever a string includes a 16-bit Unicode character, the library keeps printing the warning below. The character is correctly displayed on the matrix screen. So this is more of an...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Fixes #40 the strings were being copied via strcpy but it wasn't accounting for the null character. Tested it and it appears to work fine.
I am getting a buffer overflow detected no matter how little I am using the package. Instantiating the matrix alone will cause it. Occurs in my own code and in...