Skip to content
forked from rngtng/mtXcontrol

Yet another Arduino LED Matrix Editor to create patterns and control the chip

Notifications You must be signed in to change notification settings

vios/mtXcontrol

 
 

Repository files navigation

mtXcontrol - a Rainbowduino Editor -

mtXcontrol is an editor written in Processing to easily create image sequences for the Rainbowduino controller. The Rainbowduino is a 8x8 RGB LED driver controllr created by seeedstudio, based on the Arduino Project.

With mtXcontrol Editor you can draw points, lines & rows in different colors, create multiple frames and manipulate them. Add, delete, move, fill, copy & paste of frames is supported. Play all frames by different speed, realtime update the controller and save your work to file or upload it to Rainbowduino to make it standalone (mind: due to 256kb memory only up to 10 frames can be stored by now). A special feature is typing letters and numbers. Future versions aim to support multiple controllers and

Check out this short demo video

Download sources here: github mtXControl Project

Mini HowTo:

mtXcontrol consits of two parts: One is the Editor program which you run on your computer, the other is the firmware you have to upload to your rainbowduino first. See instruction here. The firmware make use of the Rainbowduino.h Library to manipulate the Matrix easily. Make sure to put it into your Arudino Library. Connect your Rainbowduino via USB to your computer uploa firmware and you are ready to go - happy mtXcontrol drawing!

Requirements

  • Mac/Win/Linux System running Java
  • Processing IDE, get it from here
  • Arduino IDE, get it from here
  • Rainbowduino + 8x8 RGB LED Matrix, get it from here

Full list of Features:

  • Draw multicolor points, line and rows (8bit color support)
  • Add, delete, clear, fill, copy & paste, move frames
  • Draw letters and numbers, Font configureable
  • Save & Load to File
  • Upload and Download to Matrix EEPROM (mind: due to 256kb memory only up to 10 frames).
  • Frame preview, easily navigate through
  • Standalone Mode or realtime Rainbowudino Update
  • Keyboard shortcut for each function

Future ideas:

  • Use compression to save more frames to EEPROM (e.g. Huffman?)
  • Font configuration
  • Support for multiple Rainbowduinos
  • Standart import/export file format
  • Support other devices
  • More colors

Keyboard shortcuts:

  • ENTER - switch between record /place Mode

  • <left/right ARROW> - Frame forward/backward (Record Mode) or Speed in Place Mode

  • SPACE - Insert Frame after current Frame

  • S - Save to File

  • L - Load File

  • D - Delete Frame

  • C - Clear frame

  • F - fill frame

  • command+C - Copy Frame

  • command+V - Paste Frame

  • ctrl+ - Insert this Letter/Number

  • crtl+<left/right ARROW> - Move Frame in direction

  • alt+ENTER - connect/disconnect to Rainbowduino

  • alt+<left/right ARROW> - Adjust speed on Rainbowduino

  • alt+L - download from Rainbowduino

  • alt+S - upload from Rainbowduino

Other

This project is part of the seeedstudio carnival 2009

License

The MIT License

Copyright © 2009 RngTng

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Yet another Arduino LED Matrix Editor to create patterns and control the chip

Resources

Stars

Watchers

Forks

Packages

No packages published