使用imgfont在LCD显示器显示彩色表情图标 (#77)

* 使用imgfont在LCD显示器显示彩色表情图标

* fix one emotion

---------

Co-authored-by: zk <982145@qq.com>
This commit is contained in:
ZhouKe
2025-01-19 04:29:23 +08:00
committed by GitHub
parent 48229607d2
commit 3c719d5c91
4 changed files with 56 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ public:
~LcdDisplay();
void SetChatMessage(const std::string &role, const std::string &content) override;
void SetEmotion(const std::string &emotion) override;
};
#endif // LCD_DISPLAY_H