Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hardware/zpuino/libraries/SevenSegHW/SevenSegHW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static unsigned char table7seg[16] =
0x77, //0111 0111 A
0x7C, //0110 1110 B
0x39, //0011 1001 C
0x2E, //0010 1110 D
0x5E, //0101 1110 D
0x79, //0111 1001 E
0x71 //0111 0001 F
};
Expand Down