mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +01:00
7 lines
324 B
C
7 lines
324 B
C
#define parens_gx_width 20
|
|
#define parens_gx_height 12
|
|
static unsigned char parens_gx_bits[] = {
|
|
0x0c, 0x00, 0x03, 0x06, 0x00, 0x06, 0x06, 0x00, 0x06, 0x03, 0x00, 0x0c,
|
|
0x03, 0x00, 0x0c, 0x03, 0x00, 0x0c, 0x03, 0x00, 0x0c, 0x03, 0x00, 0x0c,
|
|
0x03, 0x00, 0x0c, 0x06, 0x00, 0x06, 0x06, 0x00, 0x06, 0x0c, 0x00, 0x03};
|
|
|