summaryrefslogtreecommitdiffstats
path: root/bridge.py
diff options
context:
space:
mode:
Diffstat (limited to 'bridge.py')
-rwxr-xr-xbridge.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridge.py b/bridge.py
index 2018611..26beb24 100755
--- a/bridge.py
+++ b/bridge.py
@@ -12,8 +12,8 @@ else:
have_lumiversepython = True
class Bridge(object):
- WIDTH = 200
- HEIGHT = 2
+ WIDTH = BRIDGE_WIDTH
+ HEIGHT = BRIDGE_HEIGHT
def __init__(self):
if have_lumiversepython:
@@ -42,4 +42,4 @@ def main():
#show = SunriseShow(bridge)
show.run(framerate=FRAME_RATE)
-main() \ No newline at end of file
+main()