-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27c987b
commit 3d06c5c
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# ALA | ||
Arduino Light Animation (ALA) is a library for Arduino boards simplify the development of light animations using a wide variety of LEDs and LED strips. | ||
More details, examples and projects can be found [here](http://yaab-arduino.blogspot.com/p/ala.html). | ||
|
||
##Features | ||
|
||
- Pure Arduino implementation. No external software is needed on the PC to design and drive light animations. | ||
- Support for monochrome LED, RGB LED, multiple LEDs and addressable RGB LED strips using **PWM output pins**, **WS2812 RGB LED strips** and **TLC5940 chips**. | ||
- Lots of cool animations ready to use. | ||
- Precise timing to allow synching animations to music. | ||
- No use of delay() to allow to drive multiple channels and lines independently. | ||
|
||
|
||
##Contributing | ||
|
||
If you discover a bug or would like to propose a new feature, please open a new [issue](https://github.com/bportaluri/ALA/issues). |