Any board that has I2C and can run a modern version of MicroPython is supported. On non-Arduino boards you will have to specify the I2C interface to be used. e.g. pixels = ModulinoPixels(I2C(0)). On ...