mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add ja lcd api reference
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# LCD
|
||||
|
||||
[中文](https://m5stack.github.io/m5-docs/#/zh_CN/api_reference/api_lcd) | English
|
||||
[中文](/zh_CN/api_reference/micropython/api_lcd) | English | [日本語](/ja/api_reference/micropython/api_lcd)
|
||||
|
||||
### <mark>lcd.setRotation(degree)</mark>
|
||||
|
||||
@@ -24,7 +24,7 @@ lcd.setRotation(90)
|
||||
**Example**
|
||||
```python
|
||||
lcd.setColor(lcd.RED)
|
||||
lcd.setColor(lcd.ORANGE, LCD.DARKCYAN)
|
||||
lcd.setColor(lcd.ORANGE, lcd.DARKCYAN)
|
||||
```
|
||||
|
||||
**Set the default foreground/background color of text.**
|
||||
+2
@@ -1,5 +1,7 @@
|
||||
# Speaker
|
||||
|
||||
[中文](/zh_CN/api_reference/micropython/api_speaker) | English | [日本語](/ja/api_reference/micropython/api_speaker)
|
||||
|
||||
### <mark>tone</mark>
|
||||
> M5.Speaker.tone(uint32_t freq);
|
||||
|
||||
+2
@@ -1,5 +1,7 @@
|
||||
# GPIO
|
||||
|
||||
[中文](/zh_CN/api_reference/micropython/peripherals/api_gpio) | English | [日本語](/ja/api_reference/micropython/peripherals/api_gpio)
|
||||
|
||||
*Refer to GPIO API of [Arduino](http://www.arduino.cc)*
|
||||
|
||||
### <mark>digitalRead</mark>
|
||||
Reference in New Issue
Block a user