reduce default values for gif max width

This commit is contained in:
Vandra-Meyer Akos
2026-05-06 12:07:31 +02:00
parent 1e749f57f2
commit 612f6dddf4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1581,7 +1581,7 @@ menu "LVGL configuration"
config LV_GIF_MAX_WIDTH
int "Maximum GIF canvas width in pixels (GIFs wider than this are rejected)"
depends on LV_USE_GIF
default 32768
default 480
config LV_GIF_MAX_HEIGHT
int "Maximum GIF canvas height in pixels (GIFs taller than this are rejected)"
+1 -1
View File
@@ -1041,7 +1041,7 @@
/** Maximum GIF canvas width in pixels.
* GIFs wider than this value will be rejected with GIF_TOO_LARGE.
* Decrease this value to save RAM. */
#define LV_GIF_MAX_WIDTH 32768
#define LV_GIF_MAX_WIDTH 480
/** Maximum GIF canvas height in pixels.
* GIFs taller than this value will be rejected with GIF_TOO_LARGE.
* Decrease this value to save RAM. */