add new easyloader html

This commit is contained in:
Sean
2020-02-27 20:33:57 +08:00
parent dc0f4390b8
commit cf7b289f83
3 changed files with 37 additions and 9 deletions
+20 -3
View File
@@ -1047,7 +1047,7 @@ mark {
.easyloader-box {
display: flex;
flex-direction: row;
width: 80%;
width: 85%;
}
.easyloader-box > div {
@@ -1060,7 +1060,7 @@ mark {
}
.easyloader-box p {
margin-left: 10px;
margin-left: 12px;
color: white;
}
@@ -1068,7 +1068,7 @@ mark {
position: absolute;
right: 0px;
bottom: 0px;
height: 50%;
height: 40%;
width: 100%;
background-color: black;
opacity: 0.7;
@@ -1094,4 +1094,21 @@ mark {
.easyloader-btn a:hover {
background-color: #45a9ff;
}
@media screen and (max-width:768px) {
.easyloader-box {
flex-direction: column;
width: 100%;
}
.easyloader-box > div {
width: 100%;
}
.easyloader-mask {
height: 60%;
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

+17 -6
View File
@@ -37,14 +37,25 @@
## EasyLoader
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo.png" width="100px" style="margin-top:20px">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/8Servos/EasyLoader_8Servos-HAT.exe"><button type="button" class="btn btn-primary">Download EasyLoader</button></a>
>1. EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. This can be burned to the M5 device through simple steps, and a series of function verifications can be performed.
>2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to burn the program (**For M5StickC, set the baud rate to 115200 or 750000**)
<div class="easyloader-box">
<div style="background-color:white;">
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.jpg"></div>
<div class="easyloader-btn">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/8Servos/EasyLoader_8Servos-HAT.exe">Windows</a>
<!-- <a>Linux</a>
<a>MacOS</a> -->
</div>
</div>
<div>
<img src="assets\img\product_pics\hat\8servos_hat\8Servos_hat_example.jpg">
<div class="easyloader-mask">
<p>Description:</p>
<p>This test program will test whether the drive servo function of each port of the 8Servos HAT module is normal.</p>
</div>
</div>
</div>