Skip to content

Commit

Permalink
fixes #25 Z for 7-seg LED is wrong way around
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed May 5, 2017
1 parent 50d4e1b commit d993afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forth.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4946,7 +4946,7 @@ PAT7SAZ:
.db 0x38, 0x55, 0x54, 0x5C ; L,M,N,O
.db 0x73, 0x67, 0x50, 0x6D ; P,Q,R,S
.db 0x78, 0x3E, 0x1C, 0x1D ; T,U,V,W
.db 0x76, 0x6E, 0x6D ; X,Y,Z
.db 0x76, 0x6E, 0x5B ; X,Y,Z

; E7S ( c -- )
; Convert char to 7-seg LED pattern, and insert it in display buffer
Expand Down

0 comments on commit d993afe

Please sign in to comment.