We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8538b commit ada197dCopy full SHA for ada197d
examples/MeloTTS/MeloTTS.ino
@@ -63,6 +63,7 @@ void loop()
63
i++;
64
std::string text = std::to_string(i) + " plus " + std::to_string(i) + " equals " + std::to_string(i + i) + ".";
65
// 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) + " です。";
67
68
M5.Display.setTextColor(TFT_GREEN);
69
M5.Display.printf("<< %s\n\n", text.c_str());
0 commit comments