Skip to content

Commit c75e309

Browse files
authored
Merge pull request #1638 from lesamouraipourpre/i-ching
CLUE I Ching: Update for CP7
2 parents 45c2e01 + c1abafc commit c75e309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CLUE_I_Ching/christopher_done_24.bdf

100755100644
File mode changed.

CLUE_I_Ching/clue_iching.py

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
tile_width = 11,
6262
tile_height = 2)
6363

64-
hexagram = displayio.Group(max_size=1, x=60, y=15, scale=10)
64+
hexagram = displayio.Group(x=60, y=15, scale=10)
6565
hexagram.append(tile_grid)
6666

6767
# Hexagram name label
@@ -71,7 +71,7 @@
7171
hexname = label.Label(font, text=" "*40, color=FONT_COLOR)
7272
# this will initially hold the "shake for reading" message
7373
hexname.text = " SHAKE\n FOR\nREADING"
74-
hexname.anchor_point = (0.5, 0.0)
74+
hexname.anchor_point = (0.5, 0.5)
7575
hexname.anchored_position = (120, 120)
7676

7777
# Set up main display group (splash)

0 commit comments

Comments
 (0)