Skip to content

Crashing on begin() on MatrixPortal S3 #760

Closed Answered by JetForMe
JetForMe asked this question in Q&A
Discussion options

You must be logged in to vote

Aaand I'm an idiot. I used the pin numbers, not the GPIO numbers. It should be:

static const uint8_t	kPinR1			=	42;
static const uint8_t	kPinG1			=	41;
static const uint8_t	kPinB1			=	40;
static const uint8_t	kPinR2			=	38;
static const uint8_t	kPinG2			=	39;
static const uint8_t	kPinB2			=	37;
static const uint8_t	kPinA			=	45;
static const uint8_t	kPinB			=	36;
static const uint8_t	kPinC			=	48;
static const uint8_t	kPinD			=	35;
static const uint8_t	kPinE			=	21;
static const uint8_t	kPinLatch		=	47;
static const uint8_t	kPinOE			=	14;
static const uint8_t	kPinClock		=	 2;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JetForMe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant