Skip to content

Conversation

espressif2022
Copy link
Contributor

Description:

  1. Add global emote_style conf
  2. This update adapts the project to run on esp-hi echoear and esp-box-3 devices.

Tool:
Convert tool is here.

@espressif2022
Copy link
Contributor Author

@Xiaoxia,虾哥,我准备改下这边文件系统,兼容 V2,但是我在 display 加入一个 emote_display.cc 你看合适吗?
另外因为这个 UII 显示不依赖 lvgl, 我想把 lvgl 的元素从 display.cc 拿出去,麻烦给一点建议?

@78
Copy link
Owner

78 commented Sep 9, 2025

@Xiaoxia,虾哥,我准备改下这边文件系统,兼容 V2,但是我在 display 加入一个 emote_display.cc 你看合适吗? 另外因为这个 UII 显示不依赖 lvgl, 我想把 lvgl 的元素从 display.cc 拿出去,麻烦给一点建议?

如果是这样的话,display.h 看能不能改成一个接口类,移除lvgl相关的元素,然后派生出 LvglDisplay 和 EmoteDisplay

@78
Copy link
Owner

78 commented Sep 10, 2025

@Xiaoxia,虾哥,我准备改下这边文件系统,兼容 V2,但是我在 display 加入一个 emote_display.cc 你看合适吗? 另外因为这个 UII 显示不依赖 lvgl, 我想把 lvgl 的元素从 display.cc 拿出去,麻烦给一点建议?

如果是这样的话,display.h 看能不能改成一个接口类,移除lvgl相关的元素,然后派生出 LvglDisplay 和 EmoteDisplay

@espressif2022 稍等一下,我今天按照这个做法改一版

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants