Thomas Buck
6d7dd21fe4
misc changes
пре 12 година
Max Nuding
db78ce29e3
Fixed bug in fullscreenplayer, renamed animationfileextension to .cube
пре 12 година
Thomas Buck
4b9006ec7c
Worked at firmware.
Interrupt execution time does not change, strangely?
пре 12 година
Thomas Buck
bc2a3143f3
Strings now in program memory.
пре 12 година
Thomas Buck
2061a11605
Fixed horrible syntax.
Honestly: What is this kind of shit? Do you even care the slightest bit?
пре 12 година
Thomas Buck
18ec89a596
Debugging.
пре 12 година
Felix Baeder
2b93f0b50f
Fixed Renamebug
пре 12 година
hutattedonmyarm
7a1912e249
Fixed wrong translation data in resetView(), also added fullscreen detection for resetView(), and made nicer viewing point in fullscreen
пре 12 година
hutattedonmyarm
605a471d3a
Selecting LEDs now works perfectly!
пре 12 година
Thomas Buck
7b5fa338c8
Don't remove license informations!
пре 12 година
hutattedonmyarm
a782c97742
*cough* whoopsy
пре 12 година
hutattedonmyarm
48631b5348
Fixed levs, added axis and center point
пре 12 година
unknown
c0949ba834
Merge branch 'master' of https://github.com/xythobuz/LED-Cube
пре 12 година
unknown
a1b4234543
Fixed pivot point and x and z axis of legs
пре 12 година
unknown
03694c39f9
Merge branch 'master' of https://github.com/xythobuz/LED-Cube
Conflicts:
CubeControl/Led3D.java
пре 12 година
unknown
10eaadfaa0
Fixed some element sizes.
пре 12 година
unknown
39ff79358e
Fixed legs
пре 12 година
Felix Baeder
c7eec18292
Set new rotationpoint for Cube
пре 12 година
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*…
пре 12 година
Thomas Buck
ecf80f7ed3
Added pseudo logo.
пре 12 година
Thomas Buck
0795b49d18
Removed font. It was the default one.
пре 12 година
Thomas Buck
0dce607e4e
Loading an animation file now rebuilds frame list.
пре 12 година
Thomas Buck
3192302288
Added Protocol description as pdf.
Take a look at this to understand the protocol between hard- and
software.
пре 12 година
Thomas Buck
07b9d556f5
Created Hardware Emulator.
Runs on Unix and creates a virtual serial port that can be opened by
CubeControl. Only responds to OK, (h)elp and (v)ersion right now.
пре 12 година
hutattedonmyarm
4793c1f290
Print specific information on the object clicked for debugging reasons
пре 12 година
hutattedonmyarm
f60789d972
Made LEDs clickable... (kind of...)
пре 12 година
Thomas Buck
ba65d6c88d
Consistent storage format.
No longer using one- and two-dimensional arrays combined.
пре 12 година
Thomas Buck
006665ba0b
Memory now working.
Also changed nitrate to highest one possible with our clock speed,
38400bps.
пре 12 година
Thomas Buck
9be6492922
Code beautification…
пре 12 година
hutattedonmyarm
5fc968b6ef
Screwed around in the extendArray(), because it didn't work sometimes...
What the....? Well it works THIS way...
пре 12 година
Thomas Buck
36c3ed25b0
CubeFirmware debug mode improvements.
Now talks to FRAM most of the time…
пре 12 година
hutattedonmyarm
8f395715a9
Fixed wrong datatype for frame duration
пре 12 година
Thomas Buck
287df82da2
Fixed some frame stuff.
Auto select animations and frames, consistent order for frame and
animation buttons.
пре 12 година
hutattedonmyarm
feba4d2f81
Added slider for setting frame duration
пре 12 година
Thomas Buck
408e263152
Removed docs (11MB!)
пре 12 година
Thomas Buck
94daa9c742
Fixed duration (hutattedonmyarm), fixed playing (hutattedonmyarm), fixed other stuff (xythobuz)
пре 12 година
Thomas Buck
1bf08451f6
Debugging
пре 12 година
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.
пре 12 година
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…
пре 12 година
Thomas Buck
8b9c2b7ea8
Now not comparing Bounds but comparing objects.
Unfortunately, the Class.equals() seems to compare something that
differs between our stored LED Spheres and the Clicked Primitive… Need
to find another way to compare…
пре 12 година
Thomas Buck
e26222c8c4
LEDs nearly selectable :)
All the code that we need to select a LED with the mouse is there…
Unfortunately, we have a "CapabilityNotSetException" and i don't know
where to set that capability… See Led3D.java Line 198!
пре 12 година
Thomas Buck
d187e75577
Killed some pads...
Removing a dead IC (Atmega32) unfortunately killed some of it's pads…
I've marked the pads that need a flying wire added…
пре 12 година
Thomas Buck
39e87d7bdd
Fixed windows problems!
Finally! It's working… The DLL did not follow the _stdcall naming
convention!
пре 12 година
Thomas Buck
3fa3d0470e
Reactivated 3D
Accidentally left 3D Stuff as comment…
пре 12 година
unknown
b495b5e0cc
Tried fixing serial library for windows...
пре 12 година
Thomas Buck
fd353c6867
3D now optionable
пре 12 година
Thomas Buck
83ead69142
Now compiles on Mac
пре 12 година
Thomas Buck
bf5c1a3943
Tried fixing windows library problems.
Serial library is still not loaded correctly on the PCs in our school...
пре 12 година
Thomas Buck
9c4d0b4e87
Cleaned up
Fixed crappy indents again. Fixed editButton Creation.
пре 12 година
Felix Baeder
09da855dcb
Fix GUI
пре 12 година