LedED is an LED matrix editor designed to generate header files that can be embedded into your code. It supports the creation of animations with multiple frames and provides options for both RGBA (color) and black/white modes.
-
Header File Generation: LedED allows you to create header files that can be embedded into your code, making it easy to incorporate LED animations.
-
Frame Animation: Design animations with multiple frames, enabling dynamic and visually appealing LED effects.
-
Color and Black/White Modes: LedED supports both RGBA color mode and black/white mode, providing flexibility for various LED matrix applications.
![Exported Header File](https://private-user-images.githubusercontent.com/51212450/292751223-24facc3d-5dfc-43b5-998f-55d76de852fa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjUyMjMsIm5iZiI6MTczOTYyNDkyMywicGF0aCI6Ii81MTIxMjQ1MC8yOTI3NTEyMjMtMjRmYWNjM2QtNWRmYy00M2I1LTk5OGYtNTVkNzZkZTg1MmZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEzMDg0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUyMmM4YThkMzAyYTllNmQ2Yzg2NDcyMGVlMDI2YzVlMWYzZjUyODg3MGEyODA1NjEwNTJkYTAwMTFmY2M4YWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.enShrMPsHrIGjLxPlz_gQ_N3XGcz3hSOEYKUlsONyEw)
- Clone the Repository:
git clone --recursive https://github.com/Byte-White/LedED
- Build
- build the project with cmake
- Run the program
.\LedED x y mode
- where mode is
rgb
orwb
This project is licensed under the MIT License.
Feel free to contribute or report issues on GitHub.
Happy LED programming!