Skip to content

Commit

Permalink
fix(rom): fails to build on ihp shuttles
Browse files Browse the repository at this point in the history
Add "i", "h", "p" to the 7-segment encoding dictionary.
  • Loading branch information
urish committed Oct 20, 2024
1 parent 74edb57 commit 474b576
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"E": 0b01111001,
"F": 0b01110001,
"f": 0b01110001,
"h": 0b01110100,
"i": 0b00010000,
"o": 0b01011100,
"p": 0b01110011,
"t": 0b01111000,
}

Expand Down

0 comments on commit 474b576

Please sign in to comment.