mirror of
https://github.com/shagr4th/droid48
synced 2025-02-01 07:57:37 +01:00
6 lines
139 B
C
6 lines
139 B
C
|
#define lbracket_width 3
|
||
|
#define lbracket_height 7
|
||
|
static unsigned char lbracket_bits[] = {
|
||
|
0x07, 0x01, 0x01, 0x01, 0x01, 0x01, 0x07};
|
||
|
|