# Pixel_dot_matrix_for_Micropython
**Repository Path**: Zack-Xu/Pixel_dot_matrix_for_Micropython
## Basic Information
- **Project Name**: Pixel_dot_matrix_for_Micropython
- **Description**: No description available
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-02-28
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Pixel dot matrix for Micropython
### based on WS2812
### 你需要做的事情
使用Notepad或其他文本编辑器打开mian.py
修改函数Pixel.init(IO,number_of_LED),IO代表LED的控制引脚,而number_of_LED代表LED的数量
### What you need to do
Open mian.py using Notepad or other text editor
Modify the function pixel. init (IO, number_of_LED), IO represents the LED control pin, and number_of_LED represents the number of LEDs