Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.