Improve the appearance of "K" and "7" on the display

This commit is contained in:
Eric Tang
2017-07-14 11:26:02 -07:00
parent 58899f092d
commit 38b281e962

View File

@@ -13,7 +13,7 @@ static const uint16_t capitalLetterToSegmentSet[] = {
0b0000000011110110,
0b0001001000001001,
0b0000000000001110,
0b0011011000000000,
0b0010010001110000,
0b0000000000111000,
0b0000010100110110,
0b0010000100110110,
@@ -39,7 +39,7 @@ static const uint16_t digitToSegmentSet[] = {
0b0000000011100110,
0b0010000001101001,
0b0000000011110111,
0b0000000000000111,
0b0001010000000001,
0b0000000011111111,
0b0000000011101111,
};