We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2f9867 + 9b6f590 commit 81a881aCopy full SHA for 81a881a
1 file changed
shared-module/rgbmatrix/RGBMatrix.h
@@ -36,7 +36,8 @@ typedef struct {
36
mp_buffer_info_t bufinfo;
37
Protomatter_core protomatter;
38
void *timer;
39
- uint16_t bufsize, width;
+ uint32_t bufsize;
40
+ uint16_t width;
41
uint8_t rgb_pins[30];
42
uint8_t addr_pins[10];
43
uint8_t clock_pin, latch_pin, oe_pin;
0 commit comments