https://github.com/shuai132/iot_led_matrix
https://github.com/shuai132/iot_led_matrix
esp32 esp32-idf led-matrix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shuai132/iot_led_matrix
- Owner: shuai132
- Created: 2022-02-24T06:08:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T15:15:23.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T01:44:03.471Z (over 1 year ago)
- Topics: esp32, esp32-idf, led-matrix
- Language: C++
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iot_led_matrix
* MCU: ESP32-C3
* LED点阵芯片: MAX7221 or MAX7219
* 开发方案: C/C++、CMake、esp-idf(v4.4)
* Code Style: 请使用[.clang-format](.clang-format)
API文档和官方SDK请参考下面链接
## Links
* [esp-idf](https://github.com/espressif/esp-idf) COMMIT_ID: `5ff09f0a06627e1f5bb526517ea0f7a3edaeff63`
* [ESP32-C3 Doc](https://docs.espressif.com/projects/esp-idf/zh_CN/v4.4/esp32c3/get-started/index.html)