From 830399c52c4392a8a68dad916785ee8fd50ed91c Mon Sep 17 00:00:00 2001 From: "S.J.R. van Schaik" Date: Sat, 19 Jun 2021 15:48:37 -0400 Subject: [PATCH] nandland_go: reorder 7-segment displays --- nmigen_boards/nandland_go.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nmigen_boards/nandland_go.py b/nmigen_boards/nandland_go.py index 78acbc59..79eaa4d7 100644 --- a/nmigen_boards/nandland_go.py +++ b/nmigen_boards/nandland_go.py @@ -21,9 +21,9 @@ class NandlandGoPlatform(LatticeICE40Platform): *ButtonResources(pins="53 51 54 52"), Display7SegResource(0, - a="3", b="4", c="93", d="91", e="90", f="1", g="2", invert=True), - Display7SegResource(1, a="100", b="99", c="97", d="95", e="94", f="8", g="96", invert=True), + Display7SegResource(1, + a="3", b="4", c="93", d="91", e="90", f="1", g="2", invert=True), UARTResource(0, rx="73", tx="74"),