在LCD面板使用微信聊天样式。 (#356)

* 在LCD面板使用微信聊天样式。

* 调整换行
This commit is contained in:
ZhouKe
2025-03-18 00:47:35 +08:00
committed by GitHub
parent 0e28cd8a54
commit 423ddcb287
4 changed files with 269 additions and 0 deletions

View File

@@ -127,7 +127,11 @@ private:
{
.text_font = &font_puhui_16_4,
.icon_font = &font_awesome_16_4,
#if CONFIG_USE_WECHAT_MESSAGE_STYLE
.emoji_font = font_emoji_32_init(),
#else
.emoji_font = DISPLAY_HEIGHT >= 240 ? font_emoji_64_init() : font_emoji_32_init(),
#endif
});
}