add ja lcd api reference

This commit is contained in:
塩入孔章
2018-12-04 15:00:14 +08:00
parent c087b2c814
commit fb7b079a79
14 changed files with 268 additions and 85 deletions
@@ -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.**
@@ -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);
@@ -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>