/usr/share/tkgate/images/led7seg.b is in tkgate-data 2.0~b10-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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};
|