From b63d2810e5c716f363bc68c7b3f161995543980e Mon Sep 17 00:00:00 2001 From: Gitshaoxiang <1026025056@qq.com> Date: Thu, 20 Aug 2020 13:38:20 +0800 Subject: [PATCH] fix some bug --- docs/en/api/lcd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:**