oswald/ui/bitmaps/charger_icon.xbm

8 lines
357 B
C
Raw Permalink Normal View History

2021-02-14 18:03:13 +01:00
#define charger_icon_width 15
#define charger_icon_height 20
static unsigned char charger_icon_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x28, 0x00, 0x28, 0x00, 0x7c, 0x00,
0x7c, 0x00, 0x38, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00,
0x00, 0x00, 0x00, 0x00, };