aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/battery.xbm
blob: 26b465e1af1a81d87adb4e7dd7ca4eac8cd0cd5b (plain) (blame)
1
2
3
4
5
6
#define battery_width 15
#define battery_height 15
static unsigned char battery_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x0f,
   0xfc, 0x08, 0xfc, 0x38, 0xfc, 0x38, 0xfc, 0x08, 0xfc, 0x0f, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00};