~erosa/+junk/tkgate-fix-307220

1
2
3
4
5
6
7
#define led7seg_width 13
#define led7seg_height 21
static unsigned char led7seg_bits[] = {
   0xfc, 0x07, 0xf9, 0x13, 0xf3, 0x19, 0x07, 0x1c, 0x07, 0x1c, 0x07, 0x1c,
   0x07, 0x1c, 0x07, 0x1c, 0x03, 0x18, 0xf9, 0x13, 0xfc, 0x07, 0xf9, 0x13,
   0x03, 0x18, 0x07, 0x1c, 0x07, 0x1c, 0x07, 0x1c, 0x07, 0x1c, 0x07, 0x1c,
   0xf3, 0x19, 0xf9, 0x13, 0xfc, 0x07};