You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: