You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
297 B
8 lines
297 B
#define poweroff_width 16
|
|
#define poweroff_height 16
|
|
static unsigned char poweroff_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xfe, 0x18, 0xfe, 0x10, 0xfe, 0x10, 0xfe, 0x10,
|
|
0xfe, 0x10, 0x82, 0x00, 0x82, 0x38, 0x82, 0x44, 0x82, 0x44, 0x82, 0x44,
|
|
0xfe, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
|
};
|