16 bit color works

This commit is contained in:
Thomas Farstrike
2025-04-23 12:07:40 +02:00
parent 24500d5af3
commit be6df89331
+1 -1
View File
@@ -26,7 +26,7 @@
#define MICROPY_CACHE_SIZE 200 * 1024 // 24 images of 64x64 pixels (8KB)
#endif
#ifndef MICROPY_COLOR_DEPTH
#define MICROPY_COLOR_DEPTH 32 // TODO: try 16 for performance
#define MICROPY_COLOR_DEPTH 16
#endif
#ifndef MICROPY_FLOAT
#define MICROPY_FLOAT 0