mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
5 lines
254 B
C
5 lines
254 B
C
#define ann_battery_width 15
|
|
#define ann_battery_height 12
|
|
static unsigned char ann_battery_bits[] = {
|
|
0x04, 0x10, 0x02, 0x20, 0x12, 0x24, 0x09, 0x48, 0xc9, 0x49, 0xc9, 0x49,
|
|
0xc9, 0x49, 0x09, 0x48, 0x12, 0x24, 0x02, 0x20, 0x04, 0x10, 0x00, 0x00};
|