fix some bug

This commit is contained in:
Gitshaoxiang
2020-08-20 13:38:20 +08:00
parent cbc44143e1
commit b63d2810e5
+2 -2
View File
@@ -549,7 +549,7 @@ int Y = M5.Lcd.getCursorY();
M5.Lcd.print(Y);
```
##setTextSize()
## setTextSize()
**Syntax:**
@@ -571,7 +571,7 @@ M5.Lcd.setTextSize(7);
M5.Lcd.print("Hello");
```
##clear()
## clear()
**Syntax:**