Files
xiaozhi-esp32/main/display/lvgl_display/gif
Xiaoxia f7284a57df Enhance memory management in asset download and OTA processes by repl… (#1716)
* Enhance memory management in asset download and OTA processes by replacing static buffer allocations with dynamic memory allocation using heap capabilities. Update SPIRAM configuration values for improved memory usage. Add logging for error handling in buffer allocation failures. Introduce a new parameter in CloseAudioChannel to control goodbye message sending in MQTT and WebSocket protocols.

* Update component versions in idf_component.yml and refactor GIF decoder functions for improved performance. Bump versions for audio effects, audio codec, LED strip, and other dependencies. Change GIF read and seek functions to inline for optimization.

* Update language files to include new phrases for flight mode and connection status across multiple locales. Added translations for "FLIGHT_MODE_ON", "FLIGHT_MODE_OFF", "CONNECTION_SUCCESSFUL", and "MODEM_INIT_ERROR" in various languages, enhancing user experience and localization support.

* fix wechat display
2026-01-31 22:58:08 +08:00
..
2025-09-11 03:53:12 +08:00
2025-09-11 03:53:12 +08:00
2025-09-11 03:53:12 +08:00
2025-09-11 03:53:12 +08:00
2025-09-16 05:00:02 +08:00

说明 / Description

中文

本目录代码移植自 LVGL 的 GIF 程序。

主要修复和改进:

  • 修复了透明背景问题
  • 兼容了 87a 版本的 GIF 格式

English

The code in this directory is ported from LVGL's GIF program.

Main fixes and improvements:

  • Fixed transparent background issues
  • Added compatibility for GIF 87a version format