fix oled not displaying text

This commit is contained in:
Terrence
2025-02-20 14:21:41 +08:00
parent 455c71167e
commit 8659087f5d
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ public:
const lv_font_t* text_font, const lv_font_t* icon_font);
~Ssd1306Display();
virtual void SetChatMessage(const std::string &role, const std::string &content);
virtual void SetChatMessage(const char* role, const char* content) override;
};
#endif // SSD1306_DISPLAY_H