mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
fix some bug
This commit is contained in:
+2
-2
@@ -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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user