aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/battery.xbm
blob: ca37847a84816096f56c49b8209f1efad0c5a08f (plain) (blame)
1
2
3
4
5
6
#define battery_width 16
#define battery_height 16
static unsigned char battery_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0xfc, 0x11,
   0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x11, 0xfc, 0x1f, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};