mirror of
https://github.com/shagr4th/droid48
synced 2025-01-03 23:03:25 +01:00
8 lines
351 B
C
8 lines
351 B
C
#define power_width 17
|
|
#define power_height 14
|
|
static unsigned char power_bits[] = {
|
|
0x00, 0x8c, 0x01, 0x00, 0x58, 0x01, 0x00, 0x38, 0x00, 0xc8, 0x30, 0x00,
|
|
0x9c, 0x30, 0x00, 0x98, 0x78, 0x00, 0x58, 0x6a, 0x01, 0x58, 0xc6, 0x00,
|
|
0x38, 0x00, 0x00, 0x30, 0x00, 0x00, 0x10, 0x00, 0x00, 0x08, 0x00, 0x00,
|
|
0x05, 0x00, 0x00, 0x03, 0x00, 0x00};
|
|
|