Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Veroledez opened this issue May 6, 2022 · 1 comment
Open

Comments

@Veroledez
Copy link

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

@michaelkamprath
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants