7 lines
252 B
C
7 lines
252 B
C
![]() |
#define bracket_gx_width 12
|
||
|
#define bracket_gx_height 12
|
||
|
static unsigned char bracket_gx_bits[] = {
|
||
|
0x0f, 0x0f, 0x03, 0x0c, 0x03, 0x0c, 0x03, 0x0c, 0x03, 0x0c, 0x03, 0x0c,
|
||
|
0x03, 0x0c, 0x03, 0x0c, 0x03, 0x0c, 0x03, 0x0c, 0x03, 0x0c, 0x0f, 0x0f};
|
||
|
|