7 Commits

Author SHA1 Message Date
marcus_xu 0924e7bc2c examples: update new components;add esp-box-lite support. 2023-07-11 13:09:16 +08:00
Wu Jian Gang 16ecee550b example: Update image_display to use package manager 2023-01-06 19:21:11 +08:00
Chris Morgan a81dd08f10 image_display - sdkconfig.defaults - Enable 16bit color swap to correct color display 2022-09-13 14:32:04 +08:00
Chris Morgan f0a6907bfb image_display - sdkconfig.defaults use custom allocators rather than lvgl memory management to fix png display
Fixes png display that requires memory allocations beyond what lvgl can support, a max of 128kb.
2022-09-13 14:31:29 +08:00
Yu Zhe 30b93f719f Fix issues in factory demo and improve UI.
This merge request contains the following:

- Update the animation of the speech recognition interface to improve response speed and fluency
- Fixed the issue that the voice wake-up animation was extremely stuck when the prompt message was not closed
- Fixed the problem that the control panel information was not synchronized after the LED status was modified by voice
- Fixed the problem that the LED does not turn on when the brightness is updated through the Web
- Updated LVGL to V8.1
  - Dark lines appear in the shadow of the control in V8.0 : LED with custom style
  - All third-party components are moved to the LVGL epository. Remove all lv_lib_xxx and ntrol whether the component is enabled through Kconfig.
  - Split file system support to stdio, POSIX and FatFS. Select stdio according to IDF support and specify the default drive letter in CMakeLists.txt
- Fixed an issue where a command word that was too short was added successfully on the web page but esp-sr refused to add it

In addition, update the factory firmware version number to V0.2.1.
2021-11-30 15:59:40 +08:00
Jiaqi-Li2021 ac519af098 doc:fix typos 2021-11-12 20:17:21 +08:00
Yu Zhe 0f4a5eb467 feature:add demos for ESP-Box 2021-10-25 14:43:50 +08:00