diff --git a/docs/en/api/lcd.md b/docs/en/api/lcd.md index c5d43e77..cf94d1ba 100644 --- a/docs/en/api/lcd.md +++ b/docs/en/api/lcd.md @@ -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:**