File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 25
25
#define ASSETS_XIAOZHI_PUHUI_COMMON_20_4_EMOJI_64 " wn9_nihaoxiaozhi_tts-font_puhui_common_20_4-emojis_64.bin"
26
26
#define ASSETS_XIAOZHI_PUHUI_COMMON_30_4_EMOJI_64 " wn9_nihaoxiaozhi_tts-font_puhui_common_30_4-emojis_64.bin"
27
27
#define ASSETS_XIAOZHI_S_PUHUI_COMMON_14_1 " wn9s_nihaoxiaozhi-font_puhui_common_14_1-none.bin"
28
+ #define ASSETS_XIAOZHI_S_PUHUI_COMMON_16_4_EMOJI_32 " wn9s_nihaoxiaozhi-font_puhui_common_16_4-emojis_32.bin"
29
+ #define ASSETS_XIAOZHI_S_PUHUI_COMMON_20_4_EMOJI_32 " wn9s_nihaoxiaozhi-font_puhui_common_20_4-emojis_32.bin"
28
30
#define ASSETS_XIAOZHI_S_PUHUI_COMMON_20_4_EMOJI_64 " wn9s_nihaoxiaozhi-font_puhui_common_20_4-emojis_64.bin"
29
31
#define ASSETS_XIAOZHI_S_PUHUI_COMMON_30_4_EMOJI_64 " wn9s_nihaoxiaozhi-font_puhui_common_30_4-emojis_64.bin"
30
32
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class LichuangC3DevBoard : public WifiBoard {
105
105
}
106
106
107
107
virtual Assets* GetAssets () override {
108
- static Assets assets (ASSETS_XIAOZHI_PUHUI_COMMON_20_4_EMOJI_64 );
108
+ static Assets assets (ASSETS_XIAOZHI_S_PUHUI_COMMON_20_4_EMOJI_32 );
109
109
return &assets;
110
110
}
111
111
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ class SurferC3114TFT : public WifiBoard {
167
167
}
168
168
169
169
virtual Assets* GetAssets () override {
170
- static Assets assets (ASSETS_XIAOZHI_PUHUI_COMMON_16_4_EMOJI_32 );
170
+ static Assets assets (ASSETS_XIAOZHI_S_PUHUI_COMMON_16_4_EMOJI_32 );
171
171
return &assets;
172
172
}
173
173
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
15
15
78/esp_lcd_nv3023 : ~1.0.0
16
16
78/esp-wifi-connect : ~2.5.2
17
17
78/esp-opus-encoder : ~2.4.1
18
- 78/esp-ml307 : ~3.3.1
18
+ 78/esp-ml307 : ~3.3.2
19
19
78/xiaozhi-fonts : ~1.5.2
20
20
espressif/led_strip : ~3.0.1
21
21
espressif/esp_codec_dev : ~1.4.0
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ CONFIG_LV_USE_IMGFONT=y
54
54
CONFIG_LV_USE_ASSERT_STYLE=y
55
55
CONFIG_LV_USE_GIF=y
56
56
CONFIG_LV_USE_LODEPNG=y
57
- CONFIG_LV_USE_TJPGD=y
58
57
59
58
# Use compressed font
60
59
CONFIG_LV_FONT_FMT_TXT_LARGE=y
You can’t perform that action at this time.
0 commit comments