aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/battery.xbm
blob: 745c389dbafa661cb294e1e5d14e9e48fc803137 (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, 0x00, 0x00, 0xfc, 0x1f,
   0xfc, 0x11, 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x11, 0xfc, 0x1f,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};