|
|
@@ -352,7 +352,7 @@ void LcdDisplay::Unlock() {
|
|
|
#if CONFIG_USE_WECHAT_MESSAGE_STYLE
|
|
|
void LcdDisplay::SetupUI() {
|
|
|
DisplayLockGuard lock(this);
|
|
|
-
|
|
|
+ printf("SetupUI1\n");
|
|
|
auto screen = lv_screen_active();
|
|
|
lv_obj_set_style_text_font(screen, fonts_.text_font, 0);
|
|
|
lv_obj_set_style_text_color(screen, current_theme.text, 0);
|
|
|
@@ -633,7 +633,8 @@ void LcdDisplay::SetChatMessage(const char* role, const char* content) {
|
|
|
#else
|
|
|
void LcdDisplay::SetupUI() {
|
|
|
DisplayLockGuard lock(this);
|
|
|
-
|
|
|
+ //P4微信界面应该是这里,LVGL
|
|
|
+ //printf("SetupUI2\n");
|
|
|
auto screen = lv_screen_active();
|
|
|
lv_obj_set_style_text_font(screen, fonts_.text_font, 0);
|
|
|
lv_obj_set_style_text_color(screen, current_theme.text, 0);
|