mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
reduce default values for gif max width
This commit is contained in:
@@ -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
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user