Skip to content

How to make it work for 96*48 1/24 scan rgb matrix #550

Discussion options

You must be logged in to vote

@board707 I found the issue in common issues page. I didn't see the page at first. The problem was GPIO pin for the address line. I changed the C,D pins from default pins to 21,19 respectively.

mxconfig.gpio.c = 21 ;
  mxconfig.gpio.d = 19;

This fixed the issue
Thank you for the help. I thought this library didn't support the panel as there was no mention of 1/24 scan rate or the panel was defective.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@VijayVinayaraj
Comment options

@board707
Comment options

@VijayVinayaraj
Comment options

Comment options

You must be logged in to vote
4 replies
@mrcodetastic
Comment options

@board707
Comment options

@board707
Comment options

@VijayVinayaraj
Comment options

Answer selected by VijayVinayaraj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants