Matrix Portal M4 and 16x32 RGB Panel

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
mobilebaz
 
Posts: 5
Joined: Sat Jan 09, 2016 4:45 am

Matrix Portal M4 and 16x32 RGB Panel

Post by mobilebaz »

Hi
I just bought a Matrix Portal M4 and I could not start it at the moment because I only have one 16x32 RGB panel.
Few questions:
Can this module be used with the 16x32 RGB panel? I used the following examples:

Code: Select all

https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal/blob/master/examples/matrixportal_simpletest.py

Code: Select all

https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal/blob/master/examples/matrixportal_scrolling_BANNED.py
Do I need any special changes in codes for use an 16x32 RGB panel?
Is there an example to test this with this 16x32 RGB panel in CircuitPython and Arduino?

Thanks.

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Matrix Portal M4 and 16x32 RGB Panel

Post by blnkjns »

You better post links via the chain-icon, not the code-tags.
Here are the adjustments for the 16x32 variant.
https://learn.adafruit.com/rgb-led-matr ... trixportal
Here is Arduino demo code:
https://learn.adafruit.com/adafruit-mat ... -dust-demo
The Arduino code has the HEIGHT and WIDTH as defines which can be modified.

User avatar
mobilebaz
 
Posts: 5
Joined: Sat Jan 09, 2016 4:45 am

Re: Matrix Portal M4 and 16x32 RGB Panel

Post by mobilebaz »

blnkjns wrote:You better post links via the chain-icon, not the code-tags.
Here are the adjustments for the 16x32 variant.
https://learn.adafruit.com/rgb-led-matr ... trixportal
Here is Arduino demo code:
https://learn.adafruit.com/adafruit-mat ... -dust-demo
The Arduino code has the HEIGHT and WIDTH as defines which can be modified.
Thanks, but I checked (pixel dust example) this before, by changing the values (HEIGHT and WIDTH) and uploading to the board, it does not work properly!

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Matrix Portal M4 and 16x32 RGB Panel

Post by blnkjns »

What issues does it have?

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”