diff --git a/docs/en/core/m5stickt.md b/docs/en/core/m5stickt.md index c642d0f6..47a66045 100644 --- a/docs/en/core/m5stickt.md +++ b/docs/en/core/m5stickt.md @@ -84,13 +84,29 @@ Press the reset button to power on. The default display screen is RGB display mo ## EasyLoader - +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) - - ->1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.(**Currently EasyLoader is only available for Windows OS**) - ->2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning. +
+
+
+
+ Windows + +
+
+
+ +
+ + +

Description:

+

Thermal imaging operation instructions: A button to switch tracking mode, B button to switch display mode, dial to adjust sensitivity.

+
+
+
## PinMap diff --git a/docs/en/core/m5stickv.md b/docs/en/core/m5stickv.md index d020dd43..d78c9603 100644 --- a/docs/en/core/m5stickv.md +++ b/docs/en/core/m5stickv.md @@ -171,13 +171,29 @@ M5StickV does not currently recognize all types of SD cards. We have tested some ## EasyLoader - +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) - - ->1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.(**Currently EasyLoader is only available for Windows OS**) - ->2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning. +
+
+
+
+ Windows + +
+
+
+ +
+ + +

Description:

+

Equipped with Maixpy firmware, test camera, screen graphics display function, and then press the HOME button to turn on the rear fill light.

+
+
+
### FUNCTIONAL DESCRIPTION diff --git a/docs/index.html b/docs/index.html index 850695ab..58db113d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -394,7 +394,9 @@ }) } }else if((page_url.indexOf(/uiflow/) != -1)||(page_url.indexOf(/arduino/) != -1)){ - $(".anchor-box").append(Part_A+quickstart_icon+Part_B); + // 我向右滚动 + // $(".anchor-box").append(Part_A+quickstart_icon+Part_B); + $(".anchor-box").append(Part_A+quickstart_icon+''+anchor_name.toUpperCase()+''); } } function anchor_search(purchase_link="none",quickstart_link="none"){ @@ -427,6 +429,7 @@ } function anchor_scroll(anchor_name,anchor_id,anchor_length){ + var page_url = window.location.href; var offset = $("#"+anchor_id).offset().top + $("#"+anchor_id).height() - $(window).scrollTop(); if((offset > 100)&&(offset < ($("#"+anchor_id).height()+700))){ for (var i= 0; i< anchor_length; i++){ @@ -434,6 +437,15 @@ $(".anchor-box a").addClass("anchor-quiet"); $(".anchor-box a").eq(i).removeClass("anchor-quiet"); $(".anchor-box a").eq(i).addClass("anchor-active"); + if((page_url.indexOf(/uiflow/) != -1)||(page_url.indexOf(/arduino/) != -1)){ + var marquee_status1 = $(".anchor-box a marquee").eq(i).attr("scrollamount"); + $(".anchor-box a marquee").attr("scrollamount","0"); + $(".anchor-box a marquee").eq(i).attr("scrollamount","2"); + var marquee_status2 = $(".anchor-box a marquee").eq(i).attr("scrollamount"); + if(marquee_status1 != marquee_status2){ + $(".anchor-box a marquee").eq(i)[0].start(); + } + } return true } } diff --git a/docs/index_source.html b/docs/index_source.html index 7da905f8..a312ed42 100644 --- a/docs/index_source.html +++ b/docs/index_source.html @@ -394,7 +394,9 @@ }) } }else if((page_url.indexOf(/uiflow/) != -1)||(page_url.indexOf(/arduino/) != -1)){ - $(".anchor-box").append(Part_A+quickstart_icon+Part_B); + // 我向右滚动 + // $(".anchor-box").append(Part_A+quickstart_icon+Part_B); + $(".anchor-box").append(Part_A+quickstart_icon+''+anchor_name.toUpperCase()+''); } } function anchor_search(purchase_link="none",quickstart_link="none"){ @@ -427,6 +429,7 @@ } function anchor_scroll(anchor_name,anchor_id,anchor_length){ + var page_url = window.location.href; var offset = $("#"+anchor_id).offset().top + $("#"+anchor_id).height() - $(window).scrollTop(); if((offset > 100)&&(offset < ($("#"+anchor_id).height()+700))){ for (var i= 0; i< anchor_length; i++){ @@ -434,6 +437,15 @@ $(".anchor-box a").addClass("anchor-quiet"); $(".anchor-box a").eq(i).removeClass("anchor-quiet"); $(".anchor-box a").eq(i).addClass("anchor-active"); + if((page_url.indexOf(/uiflow/) != -1)||(page_url.indexOf(/arduino/) != -1)){ + var marquee_status1 = $(".anchor-box a marquee").eq(i).attr("scrollamount"); + $(".anchor-box a marquee").attr("scrollamount","0"); + $(".anchor-box a marquee").eq(i).attr("scrollamount","2"); + var marquee_status2 = $(".anchor-box a marquee").eq(i).attr("scrollamount"); + if(marquee_status1 != marquee_status2){ + $(".anchor-box a marquee").eq(i)[0].start(); + } + } return true } }