summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bmendpt.xbm
blob: 1bea7b7029e303b4b0be2d80c211958de1ad64fe (plain)
1
2
3
4
5
6
#define bmendpt_width 16
#define bmendpt_height 16
static 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};