I am currently trying to put the RGB LED Matrix w/Driver with the library examples into operation with an Arduino Nano Every.
In file included from /tmp/510712040/custom/Seeed_RGB_Led_Matrix/grove_two_rgb_led_matrix.h:2:0,
from /tmp/510712040/custom/Seeed_RGB_Led_Matrix/grove_two_rgb_led_matrix.cpp:2:
/home/builder/.arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/Wire/src/Wire.h: In function ‘void i2cReceiveBytes(uint8_t, uint8_t*, uint8_t)’:
The Nano Every uses ATMega4809 it’s a modern version of the AVR based MCU a so-called megaAVR_0-series. I think that’s why some of the files are showing the compilation error!