Skip to content

Commit 8a26cca

Browse files
Typo
1 parent 195e991 commit 8a26cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Basics/Speaker/Speaker.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the program in the setUp () function will be run, and this part will only be run
4545
void setup() {
4646
M5.begin(); //Init M5Core. 初始化 M5Core
4747
M5.Power.begin(); //Init Power module. 初始化电源
48-
M5.lcd.setTextSize(2); //Set the text size to 2. 设置文字大小为2
48+
M5.Lcd.setTextSize(2); //Set the text size to 2. 设置文字大小为2
4949
M5.Lcd.println("M5Stack Speaker test"); //Screen printingformatted string. 输出格式化字符串
5050
}
5151

0 commit comments

Comments
 (0)