File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ void setup()
2929
3030 language = " en_US" ;
3131 // language = "zh_CN";
32+ // language = "ja_JP";
3233
3334 /* Init module serial port */
3435 // int rxd = 16, txd = 17; // Basic
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ void loop()
6363 i++;
6464 std::string text = std::to_string (i) + " plus " + std::to_string (i) + " equals " + std::to_string (i + i) + " ." ;
6565 // std::string text = std::to_string(i) + " 加 " + std::to_string(i) + " 等于 " + std::to_string(i + i) + ".";
66+ // std::string text = std::to_string(i) + " 足す " + std::to_string(i) + " は " + std::to_string(i + i) + " です。";
6667
6768 M5.Display .setTextColor (TFT_GREEN);
6869 M5.Display .printf (" << %s\n\n " , text.c_str ());
You can’t perform that action at this time.
0 commit comments