Update project version to 2.2.2, Noto fonts and emoji support. (#1720)

This commit is contained in:
Xiaoxia
2026-02-01 01:04:24 +08:00
committed by GitHub
parent f7284a57df
commit b6c61fe390
11 changed files with 168 additions and 57 deletions

View File

@ -45,6 +45,10 @@ void Display::SetChatMessage(const char* role, const char* content) {
ESP_LOGW(TAG, " %s", content);
}
void Display::ClearChatMessages() {
// Default empty implementation, override in subclasses if needed
}
void Display::SetTheme(Theme* theme) {
current_theme_ = theme;
Settings settings("display", true);