kopia lustrzana https://github.com/peterhinch/micropython-font-to-py
9 wiersze
449 B
C
9 wiersze
449 B
C
![]() |
#define default_width 19
|
||
|
#define default_height 19
|
||
|
static unsigned char default_bits[] = {
|
||
|
0x01, 0x00, 0x04, 0x02, 0x00, 0x02, 0x04, 0x00, 0x01, 0x08, 0x80, 0x00,
|
||
|
0x10, 0x40, 0x00, 0x20, 0x20, 0x00, 0x40, 0x10, 0x00, 0x80, 0x08, 0x00,
|
||
|
0x00, 0x05, 0x00, 0x00, 0x02, 0x00, 0x00, 0x05, 0x00, 0x80, 0x08, 0x00,
|
||
|
0x40, 0x10, 0x00, 0x20, 0x20, 0x00, 0x10, 0x40, 0x00, 0x08, 0x80, 0x00,
|
||
|
0x04, 0x00, 0x01, 0x02, 0x00, 0x02, 0x01, 0x00, 0x04};
|