From 4abaf19f02662a71cbbdd935c8ecc2b5589d96f6 Mon Sep 17 00:00:00 2001 From: olikraus Date: Tue, 17 Jun 2025 23:04:39 +0200 Subject: [PATCH] update #2666 --- sys/arm-linux/port/u8g2port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm-linux/port/u8g2port.h b/sys/arm-linux/port/u8g2port.h index ea59fa93..5e45972e 100644 --- a/sys/arm-linux/port/u8g2port.h +++ b/sys/arm-linux/port/u8g2port.h @@ -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