Cache more circles and install resources/

This commit is contained in:
Thomas Farstrike
2025-04-23 14:50:02 +02:00
parent 2751a8073f
commit aef88e86e4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ extern void *mp_lv_roots;
* The circumference of 1/4 circle are saved for anti-aliasing
* radius * 4 bytes are used per circle (the most often used radiuses are saved)
* 0: to disable caching */
#define LV_DRAW_SW_CIRCLE_CACHE_SIZE 4 // TODO: set this?
#define LV_DRAW_SW_CIRCLE_CACHE_SIZE 40
#endif
#define LV_USE_DRAW_SW_ASM LV_DRAW_SW_ASM_NONE
+1
View File
@@ -4,5 +4,6 @@ pkill -f "python.*mpremote"
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp main.py :/main.py
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r apps :/
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r resources :/
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py reset