mirror of
https://github.com/shagr4th/droid48
synced 2025-01-03 23:03:25 +01:00
6 lines
216 B
C
6 lines
216 B
C
#define bs_width 11
|
|
#define bs_height 11
|
|
static unsigned char bs_bits[] = {
|
|
0x20, 0x00, 0x30, 0x00, 0x38, 0x00, 0xfc, 0x07, 0xfe, 0x07, 0xff, 0x07,
|
|
0xfe, 0x07, 0xfc, 0x07, 0x38, 0x00, 0x30, 0x00, 0x20, 0x00};
|
|
|