Fun with 1D LED display at brmlab
Find a file
Petr Baudis ce20bce854 equalizer: Shorten CHUNK_SIZE, partially compensate with HISTORY_SIZE
CHUNK_SIZE will make the FFT buckets bigger, causing better space usage
by pixels; it will also reduce latency. with original HISTORY_SIZE,
there is too much flicker.
2012-09-14 22:44:55 +02:00
arduino arduino: Change cmin[] semantics - pwm level of channel level 1, not 0 2012-08-19 23:38:24 +02:00
eagle board - png image updated 2012-07-24 18:25:48 +02:00
host Change serial speed from 115200 to 57600 2012-08-19 21:31:31 +02:00
host_python equalizer: Shorten CHUNK_SIZE, partially compensate with HISTORY_SIZE 2012-09-14 22:44:55 +02:00
.gitignore ignore temporary .lbr files 2012-05-05 21:09:33 +02:00
ledbar_poster.svg ledbar howto poster 2011-11-17 20:04:15 +01:00
README README: Add brief description of ledbar components 2012-08-19 22:00:48 +02:00

eagle: PCB design
arduino: Semi-generic TLC59116 library and ledbar Arduino firmware
host: C frontend
host_python: Python frontend

Both the C frontend and the Python frontend have their pros and cons.
We still use both and it's unclear which one will prevail. Try them
and use the one you like better.