A 3x3x3 LED cube, originally based on Paul Wilhelms project with USB and a lot of new features.
Go to file
Aaron Mueller 37e885f02e Add the picking feature.
We can now select a LED on the screen and get the index of the LED.
To get the right index, we use the color picking technique mentioned
in the OpenGL RedBook. This works suprisingly pretty well (and fast!).
2011-10-30 23:55:53 +01:00
client Clean up the testcode 2011-10-19 01:05:16 +02:00
doc Unused resistor removed. 2011-10-23 21:17:01 +02:00
editor Add the picking feature. 2011-10-30 23:55:53 +01:00
firmware Major changes on the core of the framework from klaute 2011-10-19 01:05:16 +02:00
pcb Copy from master branch. 2011-10-20 20:40:45 +02:00
.gitignore Copy from master branch. 2011-10-20 20:40:45 +02:00
GFDL.txt License information added. 2011-10-15 11:24:54 +02:00
GPL.txt License information added. 2011-10-15 11:24:54 +02:00
LICENSE License information added. 2011-10-15 11:24:54 +02:00
miniledcube-1.0.zip Original ressources of the miniledcube. 2011-08-20 15:21:10 +02:00
README.md added readme 2011-08-30 09:53:50 +02:00

CTHN Mini LED Cube

What is this?

This is the source code for the CTHN Mini LED Cube project as it is going to be implemented during a workshop series.