DotBloxEnglish: Difference between revisions
From BlinkenArea Wiki
m (v002 gol) |
ArneRossius (talk | contribs) mNo edit summary |
||
Line 20: | Line 20: | ||
==Software== | ==Software== | ||
===Demonstration=== | ===Assembly=== | ||
====Demonstration==== | |||
Simple diagonal scroller to check if everything is working. No communication between modules, very simple. | Simple diagonal scroller to check if everything is working. No communication between modules, very simple. | ||
* [[:Image:Dotblox64d_first_demo.zip|Demo Software]] | * [[:Image:Dotblox64d_first_demo.zip|Demo Software]] | ||
===Text Scroller=== | ====Text Scroller==== | ||
* First (old!) version: [[:Image:Laufschrift-day1.zip|HAR Text Scroller]], Master is the rightmost module. | * First (old!) version: [[:Image:Laufschrift-day1.zip|HAR Text Scroller]], Master is the rightmost module. | ||
* Second version: [[:Image:Laufschrift-day2.zip|Text Scroller]]. Jumper the middle two pins on the "R" (right) connector of the rightmost module! To change the message, it is enough to re-program the rightmost module's controller. | * Second version: [[:Image:Laufschrift-day2.zip|Text Scroller]]. Jumper the middle two pins on the "R" (right) connector of the rightmost module! To change the message, it is enough to re-program the rightmost module's controller. | ||
=== | ===C (avr-gcc)=== | ||
====Demonstration==== | |||
We are also working on a C version of the firmware, see [[Image:Dotblox64v001.c]] | We are also working on a C version of the firmware, see [[Image:Dotblox64v001.c]] | ||
See also [https://wiki.har2009.org/page/Village:Nerdhero#Playing_with_the_Dotblox64 Nerdhero-Village at HAR2009] | |||
====Game of Life==== | |||
Press button to insert glider, hold button to clear screen. | Press button to insert glider, hold button to clear screen. | ||
* First version: [[Image:Dotblox64 gol v001.c]] | |||
* Second version: [[Image:Dotblox64 gol v002.c]] | |||
==Photos== | ==Photos== |
Revision as of 00:28, 20 August 2009
project overview | |
Year | 2009 |
Number of pixels | 64 |
Grayscales / Colors | 2 |
Illuminant | 5mm LEDs |
Power input | 3.25 W |
Contact person | Arne Rossius |
Project website |
more coming soon ...
Hardware
- Schematic: DotBlox64d
Software
Assembly
Demonstration
Simple diagonal scroller to check if everything is working. No communication between modules, very simple.
Text Scroller
- First (old!) version: HAR Text Scroller, Master is the rightmost module.
- Second version: Text Scroller. Jumper the middle two pins on the "R" (right) connector of the rightmost module! To change the message, it is enough to re-program the rightmost module's controller.
C (avr-gcc)
Demonstration
We are also working on a C version of the firmware, see File:Dotblox64v001.c
See also Nerdhero-Village at HAR2009
Game of Life
Press button to insert glider, hold button to clear screen.
- First version: File:Dotblox64 gol v001.c
- Second version: File:Dotblox64 gol v002.c