This Library allows you to use LED Matrix with your Raspberry Pi 3 on Windows IOT Core. This currently works with 2x2 panels of 1/4 scan 16x32 RGB matrix
The pinout is mapped to be used with the adapter used here: https://github.com/hzeller/rpi-rgb-led-matrix The numbers below are not the header pins on the rpi, but the gpio numbers
The port mapping to make it work is:
GPIO 18 --> OE (Output Enabled)
GPIO 17 --> CLK (Serial Clock)
GPIO 4 --> LAT (Data Latch)
GPIO 22 --> A --|
GPIO 23 --> B | Row
GPIO 24 --> C | Address
GPIO 25 --> D --|
GPIO 11 --> [1]R1 (LED 1: Red)
GPIO 7 --> [1]B1 (LED 1: Blue)
GPIO 27 --> [1]G1 (LED 1: Green)
GPIO 8 --> [1]R2 (LED 2: Red)
GPIO 10 --> [1]B2 (LED 2: Blue)
GPIO 9 --> [1]G2 (LED 2: Green)
GPIO 12 --> [2]R1 (LED 1: Red)
GPIO 6 --> [2]B1 (LED 1: Blue)
GPIO 5 --> [2]G1 (LED 1: Green)
GPIO 19 --> [2]R2 (LED 2: Red)
GPIO 20 --> [2]B2 (LED 2: Blue)
GPIO 13 --> [2]G2 (LED 2: Green)
Check out these adapters: https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/adapter The 3rd panel output is not (yet) supported.
The library is still not very fast and does some flickering. Any help will be apreciated. This library was based on the work of https://github.com/mattdh666/rpi-led-matrix-panel
This c# library is initiate as a contribution by Highwave Creations http://www.highwave.org