Thomas Buck
0bfe145bc5
'?' now prints version instead of help.
13 years ago
Thomas Buck
121b72537c
Fixed frame counter width.
Only used 8bit vars, while 16bit were required.
13 years ago
Thomas Buck
a533318567
Can render text.
Font is not pretty, but works :)
13 years ago
Thomas Buck
4961757466
Removed wrong copyright notices.
13 years ago
Thomas Buck
521b36d7fe
Storing frames no longer corrupts them!
13 years ago
Thomas Buck
ff5d0d9043
Can now upload frames "by hand"
13 years ago
Thomas Buck
941723235e
Misc changes.
Reversed button scroll direction, removed cruft, linLog Visualization
is now started after boot. Revised filter for audio data.
13 years ago
Thomas Buck
0619f4b121
Fixed button.
Thanks to Peter Dannegger. Also added another visualization, linear and
logarithmic together.
13 years ago
Thomas Buck
04d9bbf0d3
Uploading animations with up to 4 frames works.
Larger animations get everything but the last 4 frames corrupted.
13 years ago
Thomas Buck
690c102d75
Implemented Audio Mode again.
Beware: freeing static, unallocated memory will cause very strange
behavior!
13 years ago
Thomas Buck
d7f90d3801
Idle Animations can set a desired duration now.
Also incremented version number.
13 years ago
Thomas Buck
3a492fc89f
CubeFirmware major rewrite.
Removed buggy idle animations. Killed idle frames alltogether.
13 years ago
Thomas Buck
9bbafc0332
Removed Debug build
13 years ago
Thomas Buck
2b48984d79
Built new LED Cube, implemented Lookup Table to compensate for shitty connections.
13 years ago
Thomas Buck
cf21cd3ae3
Can now cycle through different audio visualizations with button.
Also better filtering for audio data in AudioFirmware.
13 years ago
Thomas Buck
ca69131f9a
Off-by-One bug.
13 years ago
Thomas Buck
7b63d567bf
Fixed Winavr compiler error.
13 years ago
Thomas Buck
88c8e46934
Fixed animation.
13 years ago
Max Nuding
e055f31a23
Started hardcoding an animation
13 years ago
Thomas Buck
b106b133ae
Moved receive and transmit routines.
13 years ago
Thomas Buck
88fee91b61
Framework for more idle animations.
13 years ago
Thomas Buck
14eccc53e8
Misc fixes.
Audio CPU now resets MSGEQ7 properly. Bufferhelper clears memory after
allocation. Z Axis now goes into the correct direction. Removed
FillRect. Enabled Watchdog for Debug Build, too. Removed unneeded
strings. Built-In Framedata in own file. Makefile cleans object files
after every build, because it doesn't matter. Simple Visualization
works correctly. Most recent Hex-Files now included.
13 years ago
Thomas Buck
50254710ec
Audio Visualizer.
Wrote new audio visualizer. Created help functions to operate on a 3D
image buffer.
13 years ago
Thomas Buck
fe9794e99e
Misc work.
Changed some more faulty transistors. cubeInit now displays short test
animation. Moved header files in own folder.
13 years ago
Thomas Buck
91441ad45c
Misc Firmware fixes.
Audio Firmware now with Watchdog. Removed unused code. Fixed compiler
warnings. Fixed cube coordinate system problems. Fixed audio display
rotation. Nicer Idle Display with SAP Logo. Increased Firmware Version
Number. Debug Build even more talky.
13 years ago
Thomas Buck
ce1c3b2e43
Fixed latch selection
Code never was rewritten for new Hardware.
13 years ago
Thomas Buck
e151419ddc
Added Watchdog timer.
13 years ago
Thomas Buck
4d3f3f45fb
Added random animation.
13 years ago
Thomas Buck
57d88f75de
Cube now flicker free.
The display now gets updated with 48fps or 384 layers per second, while
the animations still play with 24fps.
13 years ago
Thomas Buck
6d7dd21fe4
misc changes
13 years ago
Thomas Buck
4b9006ec7c
Worked at firmware.
Interrupt execution time does not change, strangely?
13 years ago
Thomas Buck
bc2a3143f3
Strings now in program memory.
13 years ago
Thomas Buck
18ec89a596
Debugging.
13 years ago
Thomas Buck
8aa5269ea7
Added 3d snake game to play on cube.
Yes, I'm bored. But thats only for you to do the real work *wink wink*…
13 years ago
Thomas Buck
0dce607e4e
Loading an animation file now rebuilds frame list.
13 years ago
Thomas Buck
ba65d6c88d
Consistent storage format.
No longer using one- and two-dimensional arrays combined.
13 years ago
Thomas Buck
006665ba0b
Memory now working.
Also changed nitrate to highest one possible with our clock speed,
38400bps.
13 years ago
Thomas Buck
36c3ed25b0
CubeFirmware debug mode improvements.
Now talks to FRAM most of the time…
13 years ago
Thomas Buck
94daa9c742
Fixed duration (hutattedonmyarm), fixed playing (hutattedonmyarm), fixed other stuff (xythobuz)
13 years ago
Thomas Buck
1bf08451f6
Debugging
13 years ago
Thomas Buck
216d49726b
Serial problems solved.
Setting the DDR of the serial pins before initializing the serial
hardware caused some logic '1' spikes on the tx line.
13 years ago
Thomas Buck
6c8877d466
Replaced serial Library.
This was done because I was suspecting an error to be there. This is
not the case, so we probably have a Hardware Problem with our USB
Serial Stuff… If we send data too fast it sends garbage. It also always
sends two additional bytes (0xC2 at the beginning, 0xFF at the end),
which both come at the beginning if we don't delay between sending the
chars…
13 years ago
hutattedonmyarm
548e3d9764
aaah
13 years ago
Thomas Buck
d91837dd41
Can now transmit animations
13 years ago
Thomas Buck
9b0ab03d68
Cube can receive animations
13 years ago
Thomas Buck
3673a620ce
Cube FW Audio Interface done
13 years ago
Thomas Buck
d627eeec8b
Worked at Cube Firmware
13 years ago
Thomas Buck
a7b01721d2
First Cube Test
13 years ago
Thomas Buck
6291712d71
Added docs for school
13 years ago
Thomas Buck
8f95871b93
Now with nicer makefiles, auto OS detection
13 years ago