Compare commits

...

3 commits

3 changed files with 3 additions and 1 deletions

Binary file not shown.

View file

@ -6,6 +6,8 @@ For using the: RGB-Matrix-P3-64x32 by Wavshare with driver chips: FM6047
In order to set up the pi in such a way that the RGB LED matrixes can operate at their rated brightness a init script from the screen manuafacturer needs to be ran. A guide on how to is on the following webpage: https://www.waveshare.com/wiki/RGB--Matrix-P3-64x32-Reginit
The used guide for setting up the rpi as an AP:
https://learn.sparkfun.com/tutorials/setting-up-a-raspberry-pi-3-as-an-access-point/all
RGB Matrix Display with MQTT Control (roy-test.py)

View file

@ -21,7 +21,7 @@ options.rows = 32
options.cols = 64
options.chain_length = 2
options.parallel = 1
options.hardware_mapping = 'regular' # If you have an Adafruit HAT: 'adafruit-hat'
options.hardware_mapping = 'regular'
matrix = RGBMatrix(options=options)
prootState = StateSingleton()
prootState.set_matrix(matrix)