Skip to content

Commit 81a881a

Browse files
authored
Merge pull request #8864 from jepler/merge-82x-main
Merge 8.2.x into main
2 parents d2f9867 + 9b6f590 commit 81a881a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-module/rgbmatrix/RGBMatrix.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ typedef struct {
3636
mp_buffer_info_t bufinfo;
3737
Protomatter_core protomatter;
3838
void *timer;
39-
uint16_t bufsize, width;
39+
uint32_t bufsize;
40+
uint16_t width;
4041
uint8_t rgb_pins[30];
4142
uint8_t addr_pins[10];
4243
uint8_t clock_pin, latch_pin, oe_pin;

0 commit comments

Comments
 (0)