@@ -569,6 +569,7 @@ void Application::OnClockTimer() {
strftime(time_str, sizeof(time_str), "%H:%M ", localtime(&now));
const char* TestShow = "邗江区民政服务小助手";
Board::GetInstance().GetDisplay()->SetStatus(TestShow);
+ Board::GetInstance().GetDisplay()->SetEmotion("sad");
});
}