mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
#define resize_width 11
|
|
#define resize_height 11
|
|
static unsigned char resize_bits[] = {
|
|
0x00, 0x00, 0xfc, 0x00, 0x02, 0x01, 0x02, 0x03, 0x02, 0x03, 0x02, 0x03,
|
|
0x02, 0x03, 0x02, 0x03, 0xfc, 0x03, 0xf8, 0x01, 0x00, 0x00};
|