1
2
3
4
5
6
7
|
#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
};
|