Skip to content

Commit 1e9bcbf

Browse files
committed
Zetris example update
1 parent e469baa commit 1e9bcbf

File tree

1 file changed

+22
-0
lines changed
  • hardware/zpuino/zpu/libraries/VGA/examples/zetris

1 file changed

+22
-0
lines changed

hardware/zpuino/zpu/libraries/VGA/examples/zetris/zetris.pde renamed to hardware/zpuino/zpu/libraries/VGA/examples/zetris/zetris.ino

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/*
2+
ZPUino
3+
Papilio VGA Zetris Example
4+
5+
Zetris Example:
6+
http://arcade.gadgetfactory.net/index.php?n=Main.Zetris
7+
8+
VGA Wing Introduction:
9+
http://papilio.cc/index.php?n=Papilio.VGAWingIntroduction
10+
11+
Hardware:
12+
If using an Arcade MegaWing or a LogicStart MegaWing then select the appropriate "Hyperion" board type in the ZAP IDE.
13+
If using a VGA Wing or some other device then use the "Hyperion" pinselect board type in the ZAP IDE and be sure to uncomment "setup_pin_select" in setup.
14+
15+
ZPUino Variant:
16+
Hyperion "The Lord of Light" with HQVGA adapter is needed for this example sketch
17+
18+
created 2012
19+
by Alvaro Lopes
20+
21+
*/
22+
123
#include "VGA.h"
224
#include "SmallFS.h"
325
#include "structures.h"

0 commit comments

Comments
 (0)