mirror of
https://github.com/shagr4th/droid48
synced 2025-01-15 15:41:29 +01:00
7 lines
246 B
C
7 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};
|
||
|
|