ShiftRegisterLEDMatrixLib icon indicating copy to clipboard operation
ShiftRegisterLEDMatrixLib copied to clipboard

Cual es el tamaño maximo de la matriz rgb para esp32 o esp8266

Open Veroledez opened this issue 2 years ago • 1 comments

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

Veroledez avatar May 06 '22 01:05 Veroledez

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.

michaelkamprath avatar May 06 '22 06:05 michaelkamprath