Skip to content

Commit b75ce56

Browse files
committed
kws_vad_whisper demo add Japanese display.
1 parent cb77944 commit b75ce56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/KWS_VAD_Whisper/KWS_VAD_Whisper.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ void setup()
2323
M5.Display.setTextSize(2);
2424
M5.Display.setTextScroll(true);
2525
// M5.Display.setFont(&fonts::efontCN_12); // Support Chinese display
26+
// M5.Display.setFont(&fonts::efontJA_12); // Support Japanese display
2627

2728
language = "en_US";
2829
// language = "zh_CN";

0 commit comments

Comments
 (0)