|
3 | 3 |  |
4 | 4 | > 硬件介绍: |
5 | 5 |
|
6 | | -- [BPI:bit(ESP32)](https://github.com/aJantes/introduce-bpi-bit/blob/master/readme.md) |
7 | | -- [LED灯WS2812B](https://github.com/BPI-STEAM/BPI-BIT/blob/master/doc/WS2812B.pdf) |
| 6 | +- [BPI:bit(ESP32)](https://github.com/aJantes/introduce-bpi-bit/blob/master/README.md) |
| 7 | +- [LED灯(WS2812B)](https://github.com/aJantes/MircoPython-led/blob/master/source/WS2812B.pdf) |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 | 13 | # LED矩阵显示 |
14 | | -LED矩阵 硬件相关函数 [display 模块](https://github.com/aJantes/MicroPython-led/blob/master/source/display.py)。在调用相关函数前,需要先导入对应的库。 |
| 14 | +LED矩阵 硬件相关函数 [display 模块](https://github.com/aJantes/MircoPython-led/blob/master/source/display.py)。在调用相关函数前,需要先导入对应的库。 |
15 | 15 |
|
16 | 16 |
|
17 | 17 | ## **显示滚动文本** |
@@ -41,12 +41,12 @@ bpi:bit 的 led 面板 采用的是可编程的 RGB灯(ws2812b),这种 RGB |
41 | 41 | --- |
42 | 42 |
|
43 | 43 | ## **led矩阵例子** |
44 | | -1. [show_text.py](https://github.com/aJantes/MicroPython-led/blob/master/show_text.py) -显示简单文本 |
45 | | -2. [display_yellow_text.py](https://github.com/aJantes/MicroPython-led/blob/master/display_yellow_text.py) -显示黄色文本 |
46 | | -3. [display_color_text.py](https://github.com/aJantes/MicroPython-led/blob/master/display_color_text.py) -显示多色文本 |
47 | | -4. [display_custom_color.py](https://github.com/aJantes/MicroPython-led/blob/master/display_custom_color.py) -显示自定义颜色文本 |
48 | | -5. [show_image.py](https://github.com/aJantes/MicroPython-led/blob/master/show_image.py) -显示内置图像 |
49 | | -6. [show_my_image.py](https://github.com/aJantes/MicroPython-led/blob/master/show_my_image.py) -显示自定义图像 |
50 | | -7. [show_clock.py](https://github.com/aJantes/MicroPython-led/blob/master/show_clock.py) -显示内置动画 |
51 | | -8. [show_animation.py](https://github.com/aJantes/MicroPython-led/blob/master/show_animation.py) -显示自定义动画 |
| 44 | +1. [show_text.py](https://github.com/aJantes/MircoPython-led/blob/master/example/show_text.py) -显示简单文本 |
| 45 | +2. [display_yellow_text.py](https://github.com/aJantes/MircoPython-led/blob/master/example/display_yellow_text.py) -显示黄色文本 |
| 46 | +3. [display_color_text.py](https://github.com/aJantes/MircoPython-led/blob/master/example/display_color_text.py) -显示多色文本 |
| 47 | +4. [display_custom_color.py](https://github.com/aJantes/MircoPython-led/blob/master/example/display_custom_color.py) -显示自定义颜色文本 |
| 48 | +5. [show_image.py](https://github.com/aJantes/MircoPython-led/blob/master/example/show_image.py) -显示内置图像 |
| 49 | +6. [show_my_image.py](https://github.com/aJantes/MircoPython-led/blob/master/example/show_my_image.py) -显示自定义图像 |
| 50 | +7. [show_clock.py](https://github.com/aJantes/MircoPython-led/blob/master/example/show_clock.py) -显示内置动画 |
| 51 | +8. [show_animation.py](https://github.com/aJantes/MircoPython-led/blob/master/example/show_animation.py) -显示自定义动画 |
52 | 52 |
|
0 commit comments