Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmysu/esp32_flashled_5x5
A simple 5x5 matrix w/ FlashLED
https://github.com/jmysu/esp32_flashled_5x5
5x5 arduino esp32 fastled matrix platformio
Last synced: 20 days ago
JSON representation
A simple 5x5 matrix w/ FlashLED
- Host: GitHub
- URL: https://github.com/jmysu/esp32_flashled_5x5
- Owner: jmysu
- License: gpl-3.0
- Created: 2020-06-05T09:56:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T10:59:18.000Z (over 4 years ago)
- Last Synced: 2024-11-15T05:43:24.946Z (3 months ago)
- Topics: 5x5, arduino, esp32, fastled, matrix, platformio
- Language: C
- Size: 3.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32_FlashLED_5x5 [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
A simple 5x5 matrix w/ FastLED.
## References
- [Arduino FastLED](https://github.com/FastLED/FastLED) Arduino FastLED library at Github.
- [BPIbit wiki](https://github.com/junhuanchen/BPI-BIT-Arduino/wiki) BPIbit wiki (A microbit like ESP32 board).
- [Dots5x5 ttf font](https://blogfonts.com/5x5-dots.font) Dots5x5 ttf font.
- [The Dot Factory](http://www.eran.io/the-dot-factory-an-lcd-font-and-image-generator/) An LCD Font and Image Generator, use this to generate bitmap from TTF.