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