forked from xiaozhi/xiaozhi-esp32
@@ -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显示器
|
||||
|
||||
Reference in New Issue
Block a user