This commit is contained in:
olikraus
2025-06-17 23:04:39 +02:00
parent 02c1975248
commit 4abaf19f02
+1 -1
View File
@@ -29,7 +29,7 @@ struct user_data_struct {
// Index into buffer
uint8_t index;
// Callback buffer, I2C should send 32 bytes max and SPI 128 bytes max
uint8_t buffer[128];
uint8_t buffer[256]; // issue 2666
// Nanosecond delay for U8X8_MSG_DELAY_I2C
unsigned long delay;
// SPI mode