DotMatrixJava-master

所属分类:其他
开发工具:WINDOWS
文件大小:574KB
下载次数:1
上传日期:2018-02-12 03:59:22
上 传 者mitko16
说明:  TOOLS FOR LED CUBE 8X8X8

文件列表:
.classpath (281, 2015-07-21)
.project (372, 2015-07-21)
LICENSE (1082, 2015-07-21)
arduino-controller (0, 2015-07-21)
arduino-controller\SDAnimation.ino (847, 2015-07-21)
dotmatrixjava.jar (164968, 2015-07-21)
examples (0, 2015-07-21)
examples\0000.dat (288, 2015-07-21)
examples\0001.dat (73440, 2015-07-21)
examples\0002.dat (576, 2015-07-21)
examples\0003.dat (576, 2015-07-21)
examples\0004.dat (576, 2015-07-21)
examples\0005.dat (576, 2015-07-21)
examples\0006.dat (576, 2015-07-21)
examples\0007.dat (576, 2015-07-21)
examples\0008.dat (9216, 2015-07-21)
examples\0009.dat (9216, 2015-07-21)
examples\0010.dat (9216, 2015-07-21)
examples\0011.dat (10368, 2015-07-21)
examples\0012.dat (10368, 2015-07-21)
examples\0013.dat (10368, 2015-07-21)
examples\0014.dat (1152, 2015-07-21)
examples\0015.dat (1152, 2015-07-21)
examples\0016.dat (1152, 2015-07-21)
examples\0017.dat (4032, 2015-07-21)
examples\0018.dat (4032, 2015-07-21)
examples\0019.dat (4032, 2015-07-21)
examples\0020.dat (8064, 2015-07-21)
examples\0021.dat (8064, 2015-07-21)
examples\0022.dat (8064, 2015-07-21)
examples\0023.dat (8064, 2015-07-21)
examples\0024.dat (18432, 2015-07-21)
examples\0025.dat (6048, 2015-07-21)
examples\0026.dat (6048, 2015-07-21)
examples\0027.dat (12096, 2015-07-21)
examples\0028.dat (73728, 2015-07-21)
examples\list.txt (531, 2015-07-21)
... ...

8x8x8 Led Cube control program --------- PC control program for generic 8x8x8 3D LED Cube found on eBay (e.g. 3D LightSquared 8x8x8 LED Cube DIY kit, ideasoft, etc.) ![Program view](/help/program_view.png) * Written in Java (requires Java RE, download here: http://java.com) * Supports direct animation playback through Serial/UART interface (rxtx library) * Various GUI usability enhancements ##### Firmware This program can control any packet format compatible LED cube (see below). Example firmware of a compatible LED cube with an STC12C5A60S2 MCU can be found here: [Source Code](https://github.com/tomazas/ledcube8x8x8) ##### Using the program * Run run_x32.bat for 32-bit Windows * Run run_x***.bat for ***-bit Windows Check this YouTube video for example: https://youtu.be/UplJi7pdV_Y [![Using program](http://img.youtube.com/vi/UplJi7pdV_Y/0.jpg)](https://youtu.be/UplJi7pdV_Y) ##### LED Cube control packet format 8x8x8 LED Cubes that support below packet format can be controlled with the program via Serial console or other MCU such as an Atmega/Arduino. Example UART/Serial packet (in hex): ``` F2 00 00 00 00 00 00 00 FF 00 00 00 00 00 00 00 FF 00 00 00 00 00 00 00 FF 00 00 00 00 00 00 00 FF 00 00 00 00 00 00 00 FF 00 00 00 00 00 00 00 FF 00 00 00 00 00 00 00 FF 00 00 00 00 00 00 00 FF ``` * F2 - denotes packet header (aka. batch update) * next *** bytes - (8x8x8 bits) of LED light states * one byte - controls a LED row (8 LEDs) * can be any value in range: 00-FF (i.e. 00 - all 8 LEDs in row are off, FF - all 8 LEDs are on) * a single line (e.g. 00 00 00 00 00 00 00 FF) denotes a *** LED layer `Implementation note:` to save energy/current consumption only a single layer (*** LEDs) in a LED cube is ON at one time. This is done for all layers and so fast (using a hardware timer), that the human eye does not recognize this. This hack allows to view the cube (all layers) as fully lit.

近期下载者

相关文件


收藏者