3.7 KiB
Arduino IDE Development
USB Driver
Before the program is burned, users please download the corresponding CP210X driver package according to the operating system you are using, click the button below. After decompressing the compressed package, select the installation package corresponding to the operating system value for installation.
?> For Mac OS, make sure System preferences -> Security & Privacy -> General before installing, and allow the apps to be installed from the App Store and identified developers
- Download CP2104 driver
Arduino-IDE
Click here to visit Arduino's official website,Select the installation package for your own operating system to download.
M5Stack Boards Manager
1.Open up Arduino IDE, navigate to
File->Peferences->Settings
2.Copy the following M5Stack Boards Manager url to
Additional Boards Manager URLs:
https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
3.Navigate to
Tools->Board:->Boards Manager...
4.Search
M5Stackin the pop-up window, find it and clickInstall
5.select
Tools->Board:->M5Stack-Paper
6.select
Sketch->Include Library:->Manage Libraries
7.Search
M5EPDin the pop-up window, find it and clickInstall(you can also download and import through Github. M5EPD-Lib download link)
8.
File->Example->M5EPD->Hello WorldOpen the example and compile and upload it to the device.
Example
1. Arduino
<script> anchor_search(); scrollFunc(); </script>When using FactoryTest to load special characters (such as Chinese, Japanese), please put the font file into the TF card and name it as
font.ttf.download ttf file

