在LCD面板使用微信聊天样式。 (#356)

* 在LCD面板使用微信聊天样式。

* 调整换行
This commit is contained in:
ZhouKe
2025-03-18 00:47:35 +08:00
committed by GitHub
parent 0e28cd8a54
commit 423ddcb287
4 changed files with 269 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ public:
~LcdDisplay();
virtual void SetEmotion(const char* emotion) override;
virtual void SetIcon(const char* icon) override;
#if CONFIG_USE_WECHAT_MESSAGE_STYLE
virtual void SetChatMessage(const char* role, const char* content) override;
#endif
};
// RGB LCD显示器