mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Update lcd.md
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
|
||||
### <mark>lcd.setRotation(degree)</mark>
|
||||
<!-- ### <mark>lcd.setRotation(degree)</mark>
|
||||
|
||||
**画面全体の回転角度を設定します。**
|
||||
|
||||
@@ -242,4 +242,4 @@ lcd.fillRect(180, 30, 122, 10, lcd.BLUE)
|
||||
lcd.drawRoundRect(180, 50, 122, 10, 4, lcd.BLUE)
|
||||
lcd.fillRoundRect(180, 70, 122, 10, 4, lcd.BLUE)
|
||||
lcd.print('this is a print text function', 80, 80)
|
||||
```
|
||||
``` -->
|
||||
|
||||
Reference in New Issue
Block a user