You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
16 bit color works
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user