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