You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.3 KiB
26 lines
1.3 KiB
MD_MAX72XX::fontType_t slotSymbols[] PROGMEM = |
|
{ |
|
'F', 1, 0, 21, 8, |
|
8, 0, 0, 0, 0, 0, 0, 0, 0, // 0 - 'Empty Cell' |
|
8, 12, 2, 2, 162, 18, 18, 12, 0, // 1 - 'Question' |
|
8, 76, 146, 146, 254, 146, 146, 100, 0, // 2 - 'Dollar' |
|
8, 28, 62, 126, 252, 126, 62, 28, 0, // 3 - 'Heart' |
|
8, 16, 56, 124, 254, 124, 56, 16, 0, // 4 - 'Diamond' |
|
8, 16, 56, 188, 254, 188, 56, 16, 0, // 5 - 'Spades' |
|
8, 16, 16, 16, 16, 16, 16, 16, 0, // 6 - 'Bar' |
|
8, 40, 40, 40, 40, 40, 40, 40, 0, // 7 - 'Double Bar' |
|
8, 84, 84, 84, 84, 84, 84, 84, 0, // 8 - 'Triple Bar' |
|
8, 56, 124, 254, 254, 254, 124, 56, 0, // 9 - 'Ball' |
|
8, 8, 14, 138, 194, 162, 18, 14, 0, // 10 - 'Seven' |
|
8, 184, 196, 130, 2, 130, 196, 184, 0, // 11 - 'Horseshoe' |
|
8, 64, 124, 126, 254, 126, 124, 64, 0, // 12 - 'Bell' |
|
8, 254, 130, 130, 146, 130, 130, 254, 0, // 13 - 'One' |
|
8, 254, 130, 138, 130, 162, 130, 254, 0, // 14 - 'Two' |
|
8, 254, 130, 138, 146, 162, 130, 254, 0, // 15 - 'Three' |
|
8, 254, 130, 170, 130, 170, 130, 254, 0, // 16 - 'Four' |
|
8, 254, 130, 170, 146, 170, 130, 254, 0, // 17 - 'Five' |
|
8, 254, 130, 170, 170, 170, 130, 254, 0, // 18 - 'Six' |
|
8, 16, 84, 56, 254, 56, 84, 16, 0, // 19 - 'Star' |
|
8, 16, 124, 84, 238, 84, 124, 16, 0, // 20 - 'Cross' |
|
8, 254, 198, 186, 170, 186, 198, 254, 0, // 21 - 'Square' |
|
};
|
|
|