forked from xiaozhi/xiaozhi-esp32
使用imgfont在LCD显示器显示彩色表情图标 (#77)
* 使用imgfont在LCD显示器显示彩色表情图标 * fix one emotion --------- Co-authored-by: zk <982145@qq.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user