Skip to content

Commit ef4ef31

Browse files
committed
Nicer characterArray comments.
Streamline format (add first numeric characters).
1 parent 75c9221 commit ef4ef31

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/SevSeg.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
//This is the combined array that contains all the segment configurations for many different characters and symbols
3939
const uint8_t characterArray[] PROGMEM = {
4040
// ABCDEFG Segments 7-segment map:
41-
0b1111110, // 0 AAA
42-
0b0110000, // 1 F B
43-
0b1101101, // 2 F B
44-
0b1111001, // 3 GGG
45-
0b0110011, // 4 E C
46-
0b1011011, // 5 E C
47-
0b1011111, // 6 DDD
48-
0b1110000, // 7
49-
0b1111111, // 8
50-
0b1111011, // 9
41+
0b1111110, // 0 "0" AAA
42+
0b0110000, // 1 "1" F B
43+
0b1101101, // 2 "2" F B
44+
0b1111001, // 3 "3" GGG
45+
0b0110011, // 4 "4" E C
46+
0b1011011, // 5 "5" E C
47+
0b1011111, // 6 "6" DDD
48+
0b1110000, // 7 "7"
49+
0b1111111, // 8 "8"
50+
0b1111011, // 9 "9"
5151
0b1110111, // 10 "A"
5252
0b0011111, // 11 "b"
5353
0b1001110, // 12 "C"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy