alexeden / rpi-led-matrix

Node.js/Typescript bindings for the Raspberry Pi LED Matrix library (https://github.com/hzeller/rpi-rgb-led-matrix)
146 stars 26 forks source link

Fixed examples, updated vendor library to take advantage of new row address types and mappings. #11

Closed ryanmitts closed 4 years ago

ryanmitts commented 4 years ago

There were two problems I had with the examples:

  1. The kitchen sink would break because it assumes the height was 64 pixels or less
  2. The sync example would cause a memory leak, fixed as per the instruction in the README

I also updated the vendor library to take advantage of the new row address type and pixel mappings.

alexeden commented 4 years ago

@ryanmitts Thanks man!