7 lines
207 B
C
7 lines
207 B
C
![]() |
#define div_width 10
|
||
|
#define div_height 10
|
||
|
static unsigned char div_bits[] = {
|
||
|
0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00};
|
||
|
|