|
2 | 2 |
|
3 | 3 | English | [中文](docs/getting_started_cn.md) | [日本語](docs/getting_started_ja.md)
|
4 | 4 |
|
5 |
| -Welcome to program with M5Stack Core |
| 5 | +<img src="https://static-cdn.m5stack.com/resource/docs/static/assets/img/product_pics/core/gray/gray_01.webp" alt="gray" width="350" height="350"> |
6 | 6 |
|
7 |
| -## 1. Get Started |
| 7 | +<img src="https://static-cdn.m5stack.com/resource/docs/static/assets/img/product_pics/core/basic/basic_01.webp" alt="basic" width="350" height="350"> |
8 | 8 |
|
9 |
| -#### Here is the article to get started |
| 9 | +* **For the Detailed documentation of Gray, please [Click here](https://docs.m5stack.com/#/en/core/m5stickc)** |
| 10 | +* |
| 11 | +* **For the Detailed documentation of Basic, please [Click here](https://docs.m5stack.com/#/en/core/m5stickc)** |
10 | 12 |
|
11 |
| -*1.For MacOS* |
| 13 | +* **In order to buy Basic, please [Click here](https://www.aliexpress.com/item/32837164440.html?spm=a2g0o.store_pc_groupList.8148356.11.38a9361bR9o79U)** |
| 14 | +* |
12 | 15 |
|
13 |
| -https://docs.m5stack.com/#/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS |
| 16 | +*We have several master M5Cores with different configurations, this is the difference between them [Compared](https://docs.m5stack.com/en/products_selector).* |
14 | 17 |
|
15 |
| -*2. For Windows* |
16 |
| - |
17 |
| -https://docs.m5stack.com/#/en/quick_start/m5core/m5stack_core_get_started_Arduino_Windows |
18 |
| - |
19 |
| - |
20 |
| -## 2. Example |
21 |
| - |
22 |
| -https://github.com/m5stack/M5Stack/tree/master/examples |
23 |
| - |
24 |
| -## 3. API Reference |
25 |
| - |
26 |
| -https://github.com/m5stack/M5Stack/blob/master/src/M5Stack.h#L19 |
27 |
| - |
28 |
| -https://docs.m5stack.com/#/en/api |
29 |
| - |
30 |
| -## 4. H/W Reference |
31 |
| - |
32 |
| -**LCD & TF Card** |
| 18 | +### M-BUS |
| 19 | + |
33 | 20 |
|
34 |
| -*LCD Resolution: 320x240* |
| 21 | +## More Information |
35 | 22 |
|
36 |
| -<table> |
37 |
| - <tr><td>ESP32 Chip</td><td>GPIO23</td><td>GPIO19</td><td>GPIO18</td><td>GPIO14</td><td>GPIO27</td><td>GPIO33</td><td>GPIO32</td><td>GPIO4</td></tr> |
38 |
| - <tr><td>ILI9341</td><td>MOSI/MISO</td><td>/</td><td>CLK</td><td>CS</td><td>DC</td><td>RST</td><td>BL</td><td> </td></tr> |
39 |
| - <tr><td>TF Card</td><td>MOSI</td><td>MISO</td><td>CLK</td><td> </td><td> </td><td> </td><td> </td><td>CS</td></tr> |
40 |
| -</table> |
| 23 | +**UIFlow Quick Start**: [PinMap](https://docs.m5stack.com/zh_CN/quick_start/m5core/uiflow) |
41 | 24 |
|
42 |
| -**Button & Speaker** |
| 25 | +**MicroPyhton API**: [PinMap](https://docs.m5stack.com/zh_CN/mpy/display/m5stack_lvgl) |
43 | 26 |
|
44 |
| -<table> |
45 |
| - <tr><td>ESP32 Chip</td><td>GPIO39</td><td>GPIO38</td><td>GPIO37</td><td>GPIO25</td></tr> |
46 |
| - <tr><td>Button Pin</td><td>BUTTON A</td><td>BUTTON B</td><td>BUTTON C</td></tr> |
47 |
| - <tr><td>Speaker</td><td> </td><td> </td><td> </td><td>Speaker Pin</td></tr> |
48 |
| -</table> |
| 27 | +**Arduino IDE Development**: [PinMap](https://docs.m5stack.com/zh_CN/quick_start/m5core/arduino) |
49 | 28 |
|
50 |
| -**GROVE A** |
| 29 | +**M5StickC Arduino API**: [PinMap](https://docs.m5stack.com/zh_CN/api/system) |
51 | 30 |
|
52 |
| -<table> |
53 |
| - <tr><td>ESP32 Chip</td><td>GPIO22</td><td>GPIO21</td></tr> |
54 |
| - <tr><td>GROVE A</td><td>SCL</td><td>SDA</td></tr> |
55 |
| -</table> |
| 31 | +**Gray PinMap**: [PinMap](https://docs.m5stack.com/zh_CN/core/gray) |
56 | 32 |
|
| 33 | +**Basic PinMap**: [PinMap](https://docs.m5stack.com/zh_CN/core/basic) |
57 | 34 |
|
58 |
| -### M-BUS |
59 |
| - |
60 | 35 |
|
61 |
| -## 5. USER CASES |
| 36 | +## USER CASES |
62 | 37 |
|
63 | 38 | * [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD
|
64 | 39 | card
|
|
0 commit comments