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 195e991 commit 8a26ccaCopy full SHA for 8a26cca
examples/Basics/Speaker/Speaker.ino
@@ -45,7 +45,7 @@ the program in the setUp () function will be run, and this part will only be run
45
void setup() {
46
M5.begin(); //Init M5Core. 初始化 M5Core
47
M5.Power.begin(); //Init Power module. 初始化电源
48
- M5.lcd.setTextSize(2); //Set the text size to 2. 设置文字大小为2
+ M5.Lcd.setTextSize(2); //Set the text size to 2. 设置文字大小为2
49
M5.Lcd.println("M5Stack Speaker test"); //Screen printingformatted string. 输出格式化字符串
50
}
51
0 commit comments