Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cannikin/matrix_artist
Designer for SparkFun's RGB Matrix
https://github.com/cannikin/matrix_artist
Last synced: about 2 months ago
JSON representation
Designer for SparkFun's RGB Matrix
- Host: GitHub
- URL: https://github.com/cannikin/matrix_artist
- Owner: cannikin
- Created: 2010-11-17T01:06:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-25T07:53:04.000Z (about 14 years ago)
- Last Synced: 2024-10-12T15:22:45.373Z (3 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Matrix Artist
Matrix Artist is a simple web page that helps you in drawing images for the SparkFun RGB Matrix:
"http://www.sparkfun.com/products/760":http://www.sparkfun.com/products/760
You simply click to draw the image you want, then export the Arduino/Wiring code needed
to display your image on the matrix.h2. Usage
You can download the index.html file and run it locally, or find it on my github page here.
This easiest usage is to just click a spot to cycle through the default color palette
(white, red, green, blue, yellow, teal, magenta, black).When you're done, click the "Gimmie the Code" button and you'll be given the Arduino/Wiring code
needed to draw that one image. By default you get only the code necessary to define your colors
and an array representing your image. You can optionally include the wrapper code needed to actually
run the sketch from scratch.h2. Coming Soon
* Create your own custom list of possible colors in the color palette
* Option to set your color as you click
* Keyboard modifiers - hold a key when clicking to use a specific color