From 871e54f3a9f41b124b75cfcf737667424830d988 Mon Sep 17 00:00:00 2001
From: raspberry <54708046+sysdl132@users.noreply.github.com>
Date: Wed, 1 Jul 2020 21:29:08 +0800
Subject: [PATCH 1/3] Update case.md
---
docs/zh_CN/case.md | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/docs/zh_CN/case.md b/docs/zh_CN/case.md
index a9003915..89bcf96d 100644
--- a/docs/zh_CN/case.md
+++ b/docs/zh_CN/case.md
@@ -71,6 +71,8 @@
* [AcornsM5](https://github.com/EternityForest/AcornsM5) - Squirrel based OS for the M5Stack, can run apps from SD card.
+* [LovyanLauncher](https://github.com/lovyan03/M5Stack_LovyanLauncher) - M5Stack Tools & Application Launcher
+
* [M5Stack_TreeView](https://github.com/lovyan03/M5Stack_TreeView) - Tree view menu library
* [M5Stack_LovyanLauncher](https://github.com/lovyan03/M5Stack_LovyanLauncher) - M5Stack Launcher by lovyan03
@@ -121,6 +123,18 @@
* [ETERNAL_STRIKER](http://www.team-rh.com/?p=232) - Shooting game for M5Stack
+* [3DPrintfiles](https://github.com/m4k3r-org/M5Stack-3DPrintFiles) - Links to files for 3D printing custom case parts for the M5Stack.
+
+* [Covid-19_monitor](https://github.com/electricidea/M5Stack-Covid19-Monitor) - Code to graphically display the current data of the Covid-19 pandemic
+
+* [homepoint](https://github.com/sieren/Homepoint) - Espressif ESP32 Based Smarthome screen for MQTT.Manage your home now!
+
+* [tinybasicplus-for-m5](https://github.com/0x1abin/M5Stack_TinyBasicPlus) - A remix from tinybasicplus
+
+* [Chat_APP_M5Stack](https://github.com/sysdl132/Chat_APP_M5Stack) - Prototype chat application using MQTT with M5Stack.A remix from tanopanta/Chat_APP_M5Stack
+
+* [Tensorflow_microspeech](https://github.com/boochow/TFLite_Micro_MicroSpeech_M5Stack) - M5Stack (ESP32) port of TensorFlow Lite for Microcontrollers demo "Micro Speech"
+
## Hardware
* [USB Host Shield for M5Stack](https://thousandiy.wordpress.com/2018/06/16/usb-host-for-m5stack/) - USB Host Shield based on MAX3421E
@@ -147,6 +161,7 @@
* [USB HOST Module for M5STACK](https://macsbug.wordpress.com/2018/10/31/usb-host-module-for-m5stack/) - USB Host module for M5Stack
+
## Web site
### Espressif
@@ -187,4 +202,4 @@
$("ul").css("padding-left","0px");
$("li").wrap("
");
});
- -->
\ No newline at end of file
+ -->
From 7c204401a7c49cc5b4b494502d891e010d3e68ec Mon Sep 17 00:00:00 2001
From: raspberry <54708046+sysdl132@users.noreply.github.com>
Date: Wed, 1 Jul 2020 21:31:33 +0800
Subject: [PATCH 2/3] Update case.md
---
docs/en/case.md | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/docs/en/case.md b/docs/en/case.md
index 206b030f..c75ff0da 100644
--- a/docs/en/case.md
+++ b/docs/en/case.md
@@ -2,7 +2,7 @@
* [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card
-* [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) - TFT library for the ESP8266 and ESP32 that supports different driver chips
+* [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) -TFT library for the ESP8266 and ESP32 that supports different driver chips
* [M5Widgets](https://github.com/biblepaywallet/M5Widgets) - Widgets for the M5Stack
@@ -62,9 +62,11 @@
* [gui for m5stack by micropython](https://github.com/lifedebug/m5stack) - gui for m5stack by micropython
-* [M5Stack-Tetris-using-RCWController](https://github.com/PartsandCircuits/M5Stack-Tetris-using-RCWController) - Play Tetris on an M5Stack using the RCWController iPhone app to control the action
+* [M5Stack-Tetris-using-RCWController](https://github.com/PartsandCircuits/M5Stack-Tetris-using-RCWController) - Play Tetris on an M5Stack using the RCWController iPhone app to control the action.
-* [AcornsM5](https://github.com/EternityForest/AcornsM5) - Squirrel based OS for the M5Stack, can run apps from SD card
+* [AcornsM5](https://github.com/EternityForest/AcornsM5) - Squirrel based OS for the M5Stack, can run apps from SD card.
+
+* [LovyanLauncher](https://github.com/lovyan03/M5Stack_LovyanLauncher) - M5Stack Tools & Application Launcher
* [M5Stack_TreeView](https://github.com/lovyan03/M5Stack_TreeView) - Tree view menu library
@@ -116,6 +118,18 @@
* [ETERNAL_STRIKER](http://www.team-rh.com/?p=232) - Shooting game for M5Stack
+* [3DPrintfiles](https://github.com/m4k3r-org/M5Stack-3DPrintFiles) - Links to files for 3D printing custom case parts for the M5Stack.
+
+* [Covid-19_monitor](https://github.com/electricidea/M5Stack-Covid19-Monitor) - Code to graphically display the current data of the Covid-19 pandemic
+
+* [homepoint](https://github.com/sieren/Homepoint) - Espressif ESP32 Based Smarthome screen for MQTT.Manage your home now!
+
+* [tinybasicplus-for-m5](https://github.com/0x1abin/M5Stack_TinyBasicPlus) - A remix from tinybasicplus
+
+* [Chat_APP_M5Stack](https://github.com/sysdl132/Chat_APP_M5Stack) - Prototype chat application using MQTT with M5Stack.A remix from tanopanta/Chat_APP_M5Stack
+
+* [Tensorflow_microspeech](https://github.com/boochow/TFLite_Micro_MicroSpeech_M5Stack) - M5Stack (ESP32) port of TensorFlow Lite for Microcontrollers demo "Micro Speech"
+
## Hardware
* [USB Host Shield for M5Stack](https://thousandiy.wordpress.com/2018/06/16/usb-host-for-m5stack/) - USB Host Shield based on MAX3421E
From 09ab1620cd4064139e63662dc3de1595e6482272 Mon Sep 17 00:00:00 2001
From: raspberry <54708046+sysdl132@users.noreply.github.com>
Date: Wed, 1 Jul 2020 21:36:03 +0800
Subject: [PATCH 3/3] Update case.md
---
docs/en/case.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/case.md b/docs/en/case.md
index c75ff0da..9b597b34 100644
--- a/docs/en/case.md
+++ b/docs/en/case.md
@@ -2,7 +2,7 @@
* [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card
-* [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) -TFT library for the ESP8266 and ESP32 that supports different driver chips
+* [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) - TFT library for the ESP8266 and ESP32 that supports different driver chips
* [M5Widgets](https://github.com/biblepaywallet/M5Widgets) - Widgets for the M5Stack