summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush/playground_2012.h
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-05 16:31:07 +0200
committerNicolas Schodet2012-05-05 16:31:07 +0200
commitacd8e0eefa259500bf1325fa6b84c3b615d00782 (patch)
tree9b7dc039b301ac5964700b15ac155b62486927b4 /digital/io-hub/src/guybrush/playground_2012.h
parent347332160e2b95f787e6a57a77013933428834b4 (diff)
digital/io-hub/src/guybrush: add totem defines
Diffstat (limited to 'digital/io-hub/src/guybrush/playground_2012.h')
-rw-r--r--digital/io-hub/src/guybrush/playground_2012.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/digital/io-hub/src/guybrush/playground_2012.h b/digital/io-hub/src/guybrush/playground_2012.h
index f05801c3..d96d8cca 100644
--- a/digital/io-hub/src/guybrush/playground_2012.h
+++ b/digital/io-hub/src/guybrush/playground_2012.h
@@ -35,4 +35,9 @@
/** Totem width. */
#define PG_TOTEM_WIDTH_MM 250
+/** Totems position. */
+#define PG_TOTEM_LEFT_X (PG_WIDTH / 2 - PG_TOTEM_X_OFFSET_MM)
+#define PG_TOTEM_RIGHT_X (PG_WIDTH / 2 + PG_TOTEM_X_OFFSET_MM)
+#define PG_TOTEM_Y (PG_LENGTH / 2)
+
#endif /* playground_2012_h */