summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bmendpt.xbm
blob: 7572d17a67e4ada1159c1f026da03398007f567e (plain)
1
2
3
4
5
6
#define bmendpt_width 16
#define bmendpt_height 16
static unsigned char bmendpt_bits[] = {
   0x81, 0x40, 0x82, 0x20, 0x84, 0x10, 0x88, 0x08, 0x90, 0x04, 0xa0, 0x02,
   0xc0, 0x01, 0xff, 0x7f, 0xc0, 0x01, 0xa0, 0x02, 0x90, 0x04, 0x88, 0x08,
   0x84, 0x10, 0x82, 0x20, 0x81, 0x40, 0x00, 0x00};