6 lines
200 B
C
6 lines
200 B
C
#define pow10_width 13
|
|
#define pow10_height 9
|
|
static unsigned char pow10_bits[] = {
|
|
0x00, 0x12, 0x00, 0x0c, 0x32, 0x04, 0x4b, 0x0a, 0x4a, 0x09, 0x4a, 0x00,
|
|
0x4a, 0x00, 0x4a, 0x00, 0x32, 0x00};
|
|
|