mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +01:00
6 lines
246 B
C
6 lines
246 B
C
#define pow10_gx_width 13
|
|
#define pow10_gx_height 12
|
|
static unsigned char pow10_gx_bits[] = {
|
|
0x00, 0x12, 0x00, 0x0c, 0x00, 0x04, 0x00, 0x0a, 0x00, 0x09, 0x32, 0x00,
|
|
0x4b, 0x00, 0x4a, 0x00, 0x4a, 0x00, 0x4a, 0x00, 0x4a, 0x00, 0x32, 0x00};
|
|
|