Skip to content

Commit 2dcb2f8

Browse files
StephanvanSchaikwhitequark
authored andcommitted
nandland_go: 7seg displays should be inverted
1 parent e3a1c62 commit 2dcb2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nmigen_boards/nandland_go.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class NandlandGoPlatform(LatticeICE40Platform):
2121
*ButtonResources(pins="53 51 54 52"),
2222

2323
Display7SegResource(0,
24-
a="3", b="4", c="93", d="91", e="90", f="1", g="2"),
24+
a="3", b="4", c="93", d="91", e="90", f="1", g="2", invert=True),
2525
Display7SegResource(1,
26-
a="100", b="99", c="97", d="95", e="94", f="8", g="96"),
26+
a="100", b="99", c="97", d="95", e="94", f="8", g="96", invert=True),
2727

2828
UARTResource(0, rx="73", tx="74"),
2929

0 commit comments

Comments
 (0)