ShiftRegisterLEDMatrixLib
ShiftRegisterLEDMatrixLib copied to clipboard
Cual es el tamaño maximo de la matriz rgb para esp32 o esp8266
Hola. Bien, como dice el titulo, me preguntaba cual es el tamaño maximo que se puede usar en una matriz para un esp32 o esp8266.
Muchas gracias
It all depends on how much RAM you have available to your program and whether you are using B&W, 8-bit color, or 16-bit color. These factors can be used to calculate the max matrix size. Note that the library double buffers the image data, so take the size of one metric (pixels times pixel size depending on color mode) and 2x it. Then compare that to your device's free RAM.