Increase image cache size

This commit is contained in:
Thomas Farstrike
2025-05-09 22:05:29 +02:00
parent 8294331ad9
commit b679f2e338
+1 -1
View File
@@ -23,7 +23,7 @@
#define MICROPY_TINY_TTF 0
#endif
#ifndef MICROPY_CACHE_SIZE
#define MICROPY_CACHE_SIZE 200 * 1024 // 24 images of 64x64 pixels (8KB)
#define MICROPY_CACHE_SIZE 50 * 64 * 64 * 2 // 50 images of 64x64 pixels at 2 bytes per pixel
#endif
#ifndef MICROPY_COLOR_DEPTH
#define MICROPY_COLOR_DEPTH 16