diff --git a/docs/assets/img/product_pics/hat/neoflash_hat/neoflash_hat_08.jpg b/docs/assets/img/product_pics/hat/neoflash_hat/neoflash_hat_08.jpg index 7a5d0510..b316c4d1 100644 Binary files a/docs/assets/img/product_pics/hat/neoflash_hat/neoflash_hat_08.jpg and b/docs/assets/img/product_pics/hat/neoflash_hat/neoflash_hat_08.jpg differ diff --git a/docs/en/hat/hat-neoflash.md b/docs/en/hat/hat-neoflash.md index bdc8d051..c0265e12 100644 --- a/docs/en/hat/hat-neoflash.md +++ b/docs/en/hat/hat-neoflash.md @@ -5,6 +5,9 @@ *** + + + ## Description **NeoFlash HAT** is specifically designed for M5StickC, it is an RGB LED matrix. Space on PCB board is 58x23.5mm and total include 126 RGB LEDs. Every single RGB LED is programmable, which allows you setting the colors and brightness, plus on the 7*18 matrix layout, you will have a nice experience on either display digital numbers or colorful light effection. @@ -64,7 +67,7 @@ If you thinking about adding a display on your project, NeoFlash is a good choic >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 start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) -## Example +## Code - **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/MLX90640)** diff --git a/docs/zh_CN/hat/hat-neoflash.md b/docs/zh_CN/hat/hat-neoflash.md index 9fe237ba..28d900ac 100644 --- a/docs/zh_CN/hat/hat-neoflash.md +++ b/docs/zh_CN/hat/hat-neoflash.md @@ -4,7 +4,7 @@ *** - + ## 描述 @@ -67,7 +67,7 @@ >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**) -## 例程 +## Code - **[Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/neoflash-hat/Arduino)**