We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b31806f + 20a8cfe commit 23c92bdCopy full SHA for 23c92bd
1 file changed
shared-module/rgbmatrix/RGBMatrix.h
@@ -38,7 +38,8 @@ typedef struct {
38
supervisor_allocation *allocation;
39
Protomatter_core protomatter;
40
void *timer;
41
- uint16_t bufsize, width;
+ uint32_t bufsize;
42
+ uint16_t width;
43
uint8_t rgb_pins[30];
44
uint8_t addr_pins[10];
45
uint8_t clock_pin, latch_pin, oe_pin;
0 commit comments