-
Notifications
You must be signed in to change notification settings - Fork 0
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
4db68bb
commit 76eda5e
Showing
1 changed file
with
16 additions
and
4 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,13 +1,25 @@ | ||
# ARDUINO-PROCESSING-MUSIC-VISUALIZER | ||
Created: 7 Oct 2016 by Ashish Kumar | ||
Last Modified: 27 April 2017 by Ashish Kumar | ||
By Ashish Kumar | ||
Ashish.k.199710@gmail.com | ||
https://www.facebook.com/Ashishk199710 | ||
https://github.com/Ashish-k-1997 | ||
|
||
version 0.1 By Ashish Kumar. E-mail ashish.k.199710@gmail.com | ||
|
||
Updated and detailed instruction and code will be publshed soon, very soon. | ||
|
||
This is a small peice of code, which be a gui application to visualize music on 2 RGB 32*16 led matrix. | ||
|
||
Both file should be in same folder named MUSIC_SYSTEM. | ||
I you want to use singleled matrix use official adafruit library. | ||
but for multiple led matrix by chaining, i will be uploading modified library. | ||
Both *.pde file should be in same folder, G4P is used for making gui application. | ||
|
||
For adafruit instruction and wiring : https://learn.adafruit.com/32x16-32x32-rgb-led-matrix/overview | ||
I you want to use single RGB led matrix use official adafruit library. | ||
https://github.com/adafruit/Adafruit-GFX-Library | ||
https://github.com/adafruit/RGB-matrix-Panel | ||
|
||
but for multiple RGB led matrix by chaining. | ||
https://www.dropbox.com/s/1idgywy5c17smea/multiple_displays.7z | ||
|
||
SUGGESTION ARE WELCOME/NEW TO PROGRAMING. |